Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a56c94

Browse files
mw-rootleandrodamascena
andauthoredSep 24, 2024··
Update docs/utilities/data_classes.md
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Mike W <[email protected]>
1 parent 7db1e21 commit 1a56c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/utilities/data_classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ to test applications at different stages of deployment.
634634
logger = Logger()
635635

636636
def lambda_handler(
637-
event: CodeDeployLifeCycleHookEvent, context: LambdaContext
637+
event: CodeDeployLifecycleHookEvent, context: LambdaContext
638638
) -> None:
639639
deployment_id = event.deployment_id
640640
lifecycle_event_hook_execution_id = event.lifecycle_event_hook_execution_id

0 commit comments

Comments
 (0)
Please sign in to comment.