Files
swift-aws-lambda-runtime/Examples/EndToEndDebugging
tom doron b5f18dad4b move examples into a subdirectory
motivation: easier to find and reason about

changes: move exmaples from a seperate repo into a subdirectory
2020-05-07 08:56:31 -07:00
..
2020-05-07 08:56:31 -07:00
2020-05-07 08:56:31 -07:00

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.