mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
b5f18dad4b
motivation: easier to find and reason about changes: move exmaples from a seperate repo into a subdirectory
End-To-End Debugging
This sample project demonstrates how to write a simple Lambda function in Swift, and how to use local debugging techniques that emulate how the Lambda function would be invoked by the AWS Lambda Runtime engine.
The sample also includes a simple iOS application that calls the Lambda function through the emulator, providing an end-to-end debugging experience.