MousaZeidBaker / aws-lambda-typing

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

fix: make APIGatewayProxyResponseV1 total=False #86

Closed YonatanGreenfeld closed 1 year ago

YonatanGreenfeld commented 1 year ago

All the response keys are not required and will get default values if not present.

fixes: #85