Skip to content

Commit

Permalink
Merge branch 'main' into mergifyAndBadgerUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
scanlonp authored Jul 20, 2023
2 parents 393d962 + aab3f2e commit 3b85750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/aws-cdk-lib/triggers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ deployment will fail, as if a resource failed to provision. This makes it easy
to implement "self tests" via triggers by simply making a set of assertions on
some provisioned infrastructure.

Note that this behavior is only applied when invocationType is `REQUEST_RESPONSE`. When invocationType is `EVENT`, Lambda function is invoked asynchronously.
In that case, if Lambda function is invoked successfully, the trigger will success regardless of the result for the function execution.

## Order of Execution

By default, a trigger will be executed by CloudFormation after the associated
Expand Down

0 comments on commit 3b85750

Please sign in to comment.