astuyve / lambda-stream

Implements AWS Lambda Response Streaming in TypeScript for local development and testing
84 stars 10 forks source link

event should support IAM authorized API Gateway event #16

Open u873838 opened 3 months ago

u873838 commented 3 months ago

The event argument currently has a fixed type of APIGatewayProxyEventV2. This should be expanded to allow to support at least APIGatewayProxyEventV2WithIAMAuthorizer, which is the event type when invoking via a function URL with IAM authorization.

astuyve commented 3 months ago

Yup totally, please submit a PR and I'll merge and release it. Just @ mention me so I see it, thanks!