question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support VPC integration type for APIG

See original GitHub issue

This 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.

See here: https://aws.amazon.com/about-aws/whats-new/2017/11/amazon-api-gateway-supports-endpoint-integrations-with-private-vpcs

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:5
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
flomotlikcommented, Mar 22, 2018

@HyperBrain this is now supported btw

1reaction
HyperBraincommented, Dec 29, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found