Skip to content

Commit 7ca210e

Browse files
author
EC2 Default User
committed
create role
1 parent b464608 commit 7ca210e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudshell.zip

0 Bytes
Binary file not shown.

src/lambda/aws_create_role/app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def lambda_handler(event, context):
427427

428428
# If we get this far, cancel further reinvocations
429429
stop_reinvocation = True
430-
"""
430+
"""
431431
# Handle Delete
432432
elif request_type == 'Delete':
433433
logger.info(f"CFN {request_type} request received")
@@ -478,7 +478,7 @@ def lambda_handler(event, context):
478478
logger.Error(f"Error occurred: {err}")
479479
t.join()
480480
raise err
481-
"""
481+
"""
482482
except Exception as err:
483483
logger.Error(f"Error occurred: {err}")
484484
t.join()

0 commit comments

Comments
 (0)