swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime
Apache License 2.0
1.15k stars 105 forks source link

Add a JSON input / output example + README #422

Closed sebsto closed 1 week ago

sebsto commented 2 weeks ago

One last example for Lambda function that accept custom JSON as input and answer with a JSON output.

I added the code, the readme, the entry in the example readme, and updated the CI for integration tests