We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we default to having a CloudFront distribution in front of Gateway, but it has problems:
The release of ALB yesterday gives us another, much faster option to provide URL assignment.
So the expected scheme is to:
https://{distributionID}.execute-api.{region}.amazonaws.com/{stageName}
The text was updated successfully, but these errors were encountered:
ALB integration isn't possible... yet. ALBs can only create listeners for endpoints from within a VPC, and Gateway does not support VPC integration.
I'm moving this to future. If either of these restrictions change, we'll be able to move on this, but not today. 😕
future
Sorry, something went wrong.
freeformflow
No branches or pull requests
Right now we default to having a CloudFront distribution in front of Gateway, but it has problems:
The release of ALB yesterday gives us another, much faster option to provide URL assignment.
So the expected scheme is to:
https://{distributionID}.execute-api.{region}.amazonaws.com/{stageName}
The text was updated successfully, but these errors were encountered: