Skip to content
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

Support VPC endpoints with the HTTP client #60

Open
theburningmonk opened this issue Jun 23, 2019 · 0 comments
Open

Support VPC endpoints with the HTTP client #60

theburningmonk opened this issue Jun 23, 2019 · 0 comments

Comments

@theburningmonk
Copy link
Contributor

This is a Feature Proposal

Description

When you have API Gateway behind a VPC, requests to said API needs to go through a VPC endpoint - i.e. the request URL has to point to the VPC endpoint URL and the host header pointing to the actual API Gateway URL.

We can add support for this, e.g.

const http = require('@perform/lambda-powertools-http-client')

const resp = await http({
  uri: apigwUrl,
  vpcEndpoint: vpcEndpointUrl
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant