- Newest
- Most votes
- Most comments
The Construct Library for the HTTP API is currently in experimental status.
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_apigatewayv2_alpha/README.html
Experimental modules need to be installed one by one in CDK v2.
So try adding aws-cdk.aws-apigatewayv2-alpha to requirements.txt
Please refer to this blog as well.
https://aws.amazon.com/jp/blogs/developer/experimental-construct-libraries-are-now-available-in-aws-cdk-v2/
HTTP APIs are designed with minimal features so that they can be offered at a lower price.
Therefore, there are some functional differences from the REST API.
It would be best to choose the HTTP API when you don't need the functions included in the REST API.
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago
