Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brtrvn committed Mar 14, 2024
1 parent 857888c commit fadaa8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Void handleRequest(Map<String, Object> event, Context context) {
// Pre signed S3 URL
String waitHandle = (String) params.get("waitHandle");

// Since there's not built-in way to have dynamic CodePipeline stage actions,
// Since there's no built-in way to have dynamic CodePipeline stage actions,
// and because this pipeline could be triggered outside of CloudFormation, the
// wait condition handle mey be irrelevant. Skip it if it's out of date.
if (signalCloudFormation(waitHandle)) {
Expand Down

0 comments on commit fadaa8a

Please sign in to comment.