Skip to content

Commit 3b85750

Browse files
authored
Merge branch 'main' into mergifyAndBadgerUpdate
2 parents 393d962 + aab3f2e commit 3b85750

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/aws-cdk-lib/triggers/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ deployment will fail, as if a resource failed to provision. This makes it easy
5757
to implement "self tests" via triggers by simply making a set of assertions on
5858
some provisioned infrastructure.
5959

60+
Note that this behavior is only applied when invocationType is `REQUEST_RESPONSE`. When invocationType is `EVENT`, Lambda function is invoked asynchronously.
61+
In that case, if Lambda function is invoked successfully, the trigger will success regardless of the result for the function execution.
62+
6063
## Order of Execution
6164

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

0 commit comments

Comments
 (0)