Skip to content

Commit

Permalink
docs(custom-resources): complete documentation for onEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Oct 12, 2023
1 parent 71b9737 commit 0a0cd4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export = {
* Any lifecycle event changes to the custom resources will invoke this handler, which will, in turn,
* interact with the user-defined `onEvent` and `isComplete` handlers.
*
* This function will always succeed. If an error occurs
* This function will always succeed. If an error occurs, it is logged but an error is not thrown.
*
* @param cfnRequest The cloudformation custom resource event.
*/
Expand Down

0 comments on commit 0a0cd4c

Please sign in to comment.