1 Open Issue Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the Swift code for AWS API Gateway event handling to reduce redundancy across `APIGatewayRequest`, `APIGatewayV2Request`, and `APIGatewayWebSocketRequest` structs and their corresponding response types. This involves identifying common properties (headers, body, context information) and creating shared structures or protocols to eliminate duplicate code, improving maintainability and readability.

Complexity: 4/5
kind/enhancement good first issue ⚠️ semver/major

Swift implementation of AWS Lambda Events

Swift