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

API Gateway doesn't redeploy #485

Closed
aangelisc opened this issue Jan 20, 2020 · 0 comments · Fixed by #488
Closed

API Gateway doesn't redeploy #485

aangelisc opened this issue Jan 20, 2020 · 0 comments · Fixed by #488
Assignees

Comments

@aangelisc
Copy link

Hi,

We've recently noticed that when deploying an API Gateway via Pulumi, any updates to the API Gateway are not deployed except when certain changes are made to the arguments on the API Gateway REST API.

The REST API will only be redeployed if the following variables are changed:

  • gatewayResponses
  • requestValidator
  • apiKeySource
  • staticRoutesBucket

The correct behaviour should be a redeployment on the above, and also the following:

  • Binary Media Types
  • REST API Policy
  • API Key Source
  • Endpoint Configuration
  • Minimum Compression Size

I am also opening a PR to solve this issue and would appreciate a review/feedback.

Many thanks!

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

Successfully merging a pull request may close this issue.

2 participants