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

Remove CDN from APIGateway in AWS provider #2068

Open
roleyfoley opened this issue Oct 24, 2022 · 0 comments
Open

Remove CDN from APIGateway in AWS provider #2068

roleyfoley opened this issue Oct 24, 2022 · 0 comments

Comments

@roleyfoley
Copy link
Contributor

Expected Behaviour

The apigateway component doesn't setup CDN deployments as part of its deployment, If I wan't to do that I use the CDN component and the apigateway as an origin

Current Behaviour

The APIGateway configuration has the option available to setup a basic CDN which will work with APIGateway

Possible Solution

Remove the configuration and setup of a CDN as part of the apigateway deployment

Context

This is a hangover from an AWS requirement where you needed to create a CloudFront distribution when you wanted to enable WAF on a regional resource. This is no longer the case and with the introduction of the dedicated CDN component that can handle more complex scenarios it would seem to fit better in our component design process to separate the responsibilities between an API gateway and a cdn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant