Skip to content

Commit 04a207b

Browse files
author
Adetokunbo Ige
committed
chore: update policy
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent 40f9959 commit 04a207b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

todo-app/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
)
3939

4040
# Create Lambda execution role
41-
lambda_role = aws.iam.Role(
42-
f"lambdaExecutionRole-{environment}",
41+
lambda_role = aws.iam.Role(f"lambdaExecutionRole-{environment}",
4342
assume_role_policy=json.dumps({
4443
"Version": "2012-10-17",
4544
"Statement": [{

0 commit comments

Comments
 (0)