-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you use APIGatewayV2 HTTP API with CDK to save 70% cost on API? #212
Comments
announced a few weeks ago: |
APIGatewayV2 was just split into its own package today |
Because this is an experimental module, you would most likely need to use the underlying L1 Constructs to build an API Gateway HTTP API. Given that the feature itself is still in Beta preview and may experience breaking changes, I would doubt many people would be willing to do the work to build solid Construct on top of it until it goes GA. |
Hey @bionicles, With that in mind, Im going to delay this for execution once the L2 is completed |
Yet there is not an example? 😢 |
can someone provide example for "custom lambda authorizer with http api" |
🚀 Feature Request
Description
We want to use the new HTTP API with AWS Lambda because it’s simpler, lower latency, and faster, but it’s not documented
Proposed Solution
A construct to deploy a simple lambda with http api (node js)
The text was updated successfully, but these errors were encountered: