Swift, Serverside, Serverless - Sebastien Stormacq (/dev/world/2023)

Опубликовано: 05 Апрель 2023
на канале: AUC_ANZ
301
16

Swift developers have many options to deploy their server-side code. But did you consider serverless, with no server to manage or to scale by yourself, and only paying for actual usage?

In this talk I will show you how to deploy your server-side Swift applications on AWS Lambda. I'll start with a traditional Vapor app running unmodified in the cloud. Then we will deploy a native Swift Lambda function using the open source Lambda Swift runtime and a deployer SPM plugin.