swift-aws-lambda-events
swift-aws-lambda-events copied to clipboard
Swift implementation of AWS Lambda Events
### Expected behavior binary values in a DynamoDBEvent, coming in as base64 encoded strings, should get decoded properly when using the DynamoDBEvent.Decoder ### Actual behavior If you try to use...
Sync `AWSRegion` information with the latest AWS regions available based on Amazon documentation ### Motivation: Keep sync the regions available in `AWSRegion` structure with AWS regions. ### Modifications: The following...
Currently AWSLambdaEvents defines public symbols `HTTPHeaders`, `HTTPMethod` and `HTTPResponseStatus`. These clash with the symbols of the same name in NIOHTTP1. While you can differentiate between the two sets by prepending...
As a follow up to https://github.com/swift-server/swift-aws-lambda-events/pull/81 > Given this is being used with more than HTTP headers I think we need to extend the number of timezone identifiers. The list...
When we will release the next major version, remove the deprecated initializer on `FunctionUrlResponse` https://github.com/swift-server/swift-aws-lambda-events/pull/91
There is an opportunity to DRY by refactoring part of the `APIGateway`, `APIGatewayV2`, and `APIGateway+WebSocket` payload. As per my assistant: --- ### 1. HTTP Headers and Body Handling - Properties...