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 VpcEndpointIds option for API Gateway #1033

Conversation

khuston
Copy link

@khuston khuston commented Sep 3, 2021

Description

"endpoint_configuration": {  // Optional endpoint configuration for API Gateway
    "Types": ["EDGE", "REGIONAL", "PRIVATE"],  // Specify APIGateway endpoint None (default) or list `EDGE`, `REGION`, `PRIVATE`
    "VpcEndpointIds": [ "vpce-12345678" ] // VPC endpoint IDs for which to create public Route53 aliases (Supported for `PRIVATE` endpoint type only)
}
  • Maintains backward compatibility with endpoint_configuration defined in zappa_settings.json as array of endpoint types.

GitHub Issues

#1024

@ghostmaster-ai

This comment has been minimized.

@mrsan22
Copy link

mrsan22 commented Nov 18, 2021

@hellno Can you pls review this? Would love to see this PR getting merged 🙂

Copy link

github-actions bot commented Apr 3, 2024

Hi there! Unfortunately, this PR has not seen any activity for at least 90 days. If the PR is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.

@github-actions github-actions bot added the no-activity [Bot] Closing soon if no new activity label Apr 3, 2024
Copy link

Hi there! Unfortunately, this PR was automatically closed as it had not seen any activity in at least 100 days. If the PR is still relevant to the latest version of Zappa, please open a new PR.

@github-actions github-actions bot added the auto-closed [Bot] Closed, details in comments label Apr 13, 2024
@github-actions github-actions bot closed this Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-closed [Bot] Closed, details in comments no-activity [Bot] Closing soon if no new activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants