From OpenAPI to Lambda, in Swift
11:15 SAST
14:45 IST
10:15 BST
Johannesburg
45 Min
Full stack developers hate to switch programming languages, tools, frameworks. It's a loss of time. What if you could use your front-end favorite language - Swift - to build your backend resources, such as APIs, or any type of cloud-based processing? And what if I told you that you don't even need to deploy a virtual machine to do so? All serverless.
During this session, you will learn WHY and HOW you can generate Swift server-side code from an OpenAPI specification and deploy it to AWS Lambda serverless functions.
This talk will demonstrate, hands-on, a workflow like this:
Open API YAML -> Swift Code -> Lambda binding -> deploy -> test