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 f95da0f commit cce4ffb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class GaStack extends Stack {
});

alb.connections.allowFrom(group.connectionsPeer('Peer', vpc), ec2.Port.tcp(443));

}
}

Expand Down

0 comments on commit cce4ffb

Please sign in to comment.