MousaZeidBaker / aws-lambda-typing

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

Only seems to include `APIGatewayRequestAuthorizerEvent` type for REST APIs (old), not HTTP APIs (new) #98

Open vergenzt opened 8 months ago

vergenzt commented 8 months ago

Not sure how much more broadly this issue extends, but I figured I'd share types relating to new "HTTP" API Lambda Authorizers seem to be missing.

Docs links:

MousaZeidBaker commented 8 months ago

"HTTP" API is indeed missing. ATM I'm busy with other projects but if I find time I'll add it. Feel free to open a PR if you have time :)