Great talk tonight by @chris at @iosoho! Biggest lesson learnt is avoid using SwiftUI.View.init as much as possible for better performance. Better to do setup in .onAppear which (usually) is only called once. Thanks Chris!
@fabianfett Hi Fabian, really appreciate your Swift Lambda tutorial! At Step 8 of testing the Lambda, I get a “Runtime.InvalidEntrypoint” error together with “Error: fork/exec /var/task/bootstrap: exec format error” message. Any clue as to why this may be? https://fabianfett.dev/getting-started-with-swift-aws-lambda-runtime
Getting started with Swift on AWS Lambda
Learn how to create and deploy your first AWS Lambda function in Swift, using SwiftPM and Docker.