Skip to content

Commit

Permalink
fix(globalaccelerator): change onCreate to onUpdate handler for globa…
Browse files Browse the repository at this point in the history
…laccelerator custom resource handler to fix cloudFormation update failure
  • Loading branch information
jingwy committed Apr 10, 2024
1 parent 06f0c0c commit f95da0f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,18 @@
]
]
},
"Update": {
"Fn::Join": [
"",
[
"{\"service\":\"EC2\",\"action\":\"describeSecurityGroups\",\"parameters\":{\"Filters\":[{\"Name\":\"group-name\",\"Values\":[\"GlobalAccelerator\"]},{\"Name\":\"vpc-id\",\"Values\":[\"",
{
"Ref": "VPCB9E5F0B4"
},
"\"]}]},\"physicalResourceId\":{\"responsePath\":\"SecurityGroups.0.GroupId\"}}"
]
]
},
"InstallLatestAwsSdk": false
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f95da0f

Please sign in to comment.