changed lambda counter demo to work with AWS educate accounts

This commit is contained in:
Sebastian Rieger
2021-06-14 17:30:43 +02:00
parent a2942f3d4a
commit e213686f6a
3 changed files with 33 additions and 9 deletions

View File

@ -7,10 +7,11 @@ import zipfile
#
################################################################################################
region = 'eu-central-1'
# region = 'eu-central-1'
region = 'us-east-1'
functionName = 'cloudcomp-counter-lambda-demo'
roleName = 'arn:aws:iam::309000625112:role/service-role/cloudcomp-counter-demo-role-6rs7pah3'
# roleName = 'arn:aws:iam::309000625112:role/service-role/cloudcomp-counter-demo-role-6rs7pah3'
roleName = 'arn:aws:iam::919927306708:role/cloudcomp-s3-access'
################################################################################################
#