You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
The correct behaviour should be a redeployment on the above, and also the following:
I am also opening a PR to solve this issue and would appreciate a review/feedback.
Many thanks!
The text was updated successfully, but these errors were encountered: