Skip to content

Commit

Permalink
Update s3-notification-triggers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Apr 14, 2023
1 parent 78fe8fb commit f6f194c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-event-triggering/s3-notification-triggers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aws_region="us-east-1"
bucket_name="abhishek-ultimate-bucket"
lambda_func_name="s3-lambda-function"
role_name="s3-lambda-sns"
email_address="whydevops@gmail.com"
email_address="zyz@gmail.com"

# Create IAM Role for the project
role_response=$(aws iam create-role --role-name s3-lambda-sns --assume-role-policy-document '{
Expand Down

0 comments on commit f6f194c

Please sign in to comment.