File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
handlers/zuora-callout-apis Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -256,11 +256,13 @@ Resources:
256256 Properties :
257257 Description : Stage for zuora-auto-cancel-api
258258 RestApiId : !Ref ZuoraAutoCancelAPI
259- DeploymentId : !Ref ZuoraAutoCancelAPIDeployment
259+ DeploymentId : !Ref ZuoraAutoCancelAPIDeploymentV2
260260 StageName : !Sub ${Stage}
261261 DependsOn : ZuoraAutoCancelMethod
262262
263- ZuoraAutoCancelAPIDeployment :
263+ # Note: Rename this resource (change the suffix) to force a new API Gateway deployment
264+ # when changing the Lambda integration. CloudFormation doesn't automatically redeploy.
265+ ZuoraAutoCancelAPIDeploymentV2 :
264266 Type : AWS::ApiGateway::Deployment
265267 Properties :
266268 Description : Deploys zuora-auto-cancel-api into an environment/stage
You can’t perform that action at this time.
0 commit comments