MousaZeidBaker / aws-lambda-typing

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

fix: remove optionals from dynamo-stream-event #62

Closed MousaZeidBaker closed 2 years ago

MousaZeidBaker commented 2 years ago

closes #60

Optional is not the same as not required, see PEP-655