MousaZeidBaker / aws-lambda-typing

Python type hints for AWS Lambda
MIT License
106 stars 19 forks source link

Improve APIGatewayProxyResponseV1 #100

Open WYishai opened 9 months ago

WYishai commented 9 months ago
  1. statusCode is a mandatory field for the response to the APIGateway V1 (and the only one in this response).
  2. The body of the response could be from the type bytes too, not just str.