Open Issues Need Help
View All on GitHub Refactor APIGatewayXXX to eliminate duplicate code 2 months ago
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