auto-cdk icon indicating copy to clipboard operation
auto-cdk copied to clipboard

Add types for lambda event and context

Open wulfmann opened this issue 5 years ago • 2 comments

It would be nice to be able to map in the api gateway types for event and context to use in typescript handlers.

wulfmann avatar Jun 06 '20 02:06 wulfmann

Might as well include response types as well

wulfmann avatar Jun 06 '20 02:06 wulfmann

This already exists in definitely typed. Let’s just add a note in the documentation.

https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/aws-lambda/trigger/api-gateway-proxy.d.ts

wulfmann avatar Jun 06 '20 02:06 wulfmann