MousaZeidBaker / aws-lambda-typing

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

fix: add Optional to api gateway event fields that can be null #80

Closed AGiantSquid closed 1 year ago

AGiantSquid commented 1 year ago

PR addressing this issue: https://github.com/MousaZeidBaker/aws-lambda-typing/issues/79

API Gateway can send back null values in the event for select fields. This PR uses the Optional type hint to reflect that these values may exist, or may be null.

MousaZeidBaker commented 1 year ago

closes #79