Support VPC integration type for APIG
See original GitHub issueThis is a Feature Proposal
Description
AWS just announced support for the VPC integration type for APIG endpoints.
Serverless should support the new type for http events in serverless.yml
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Set up API Gateway private integrations - AWS Documentation
The API Gateway private integration makes it simple to expose your HTTP/HTTPS resources within an Amazon VPC for access by clients outside of...
Read more >AWS API Gateway private integration with HTTP API and a ...
AWS API Gateway private integration with HTTP API and a VPC Link. Protecting your resources in a private subnet while using the API...
Read more >Tutorial: Build a REST API with API Gateway private integration
Choose VPC Link for Integration type. Choose Use Proxy Integration. From the Method drop-down list, choose GET as the integration method.
Read more >aws_api_gateway_integration | Resources | hashicorp/aws
connection_id - (Optional) ID of the VpcLink used for the integration. Required if connection_type is VPC_LINK; uri - (Optional) Input's URI. Required if...
Read more >Unable to create HTTP API Gateway Integration to private load ...
CfnResource(this, "HttpVpcLink", { type: "AWS::ApiGatewayV2::VpcLink", properties: { Name: "V2 VPC Link", SubnetIds: "insert real subnet id here ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@HyperBrain this is now supported btw
It seems the VPCLink method parameter that is supported in the APIGateway REST API is not yet supported for CloudFormation. So we have to wait.