We have released Swift Lambda Events version 0.3.0 today.
We removed the custom implementation of HTTP Types and added a dependency on the standard Swift HTTP Types project instead.
This change will break existing code if you're using one of these 7 event types:
- ALB
- APIGateway
- APIGatewayV2
- AppSync
- FunctionURL
- LambdaAuthorizers
- LambdaGatewayProxyEvent
We want the Lambda runtime and Lambda events libraries to reuse as much standard packages as they become available.
Thank you @json for having implemented this change.
Let us know if you have questions or any feedback.