removed unused role var from stop.py

This commit is contained in:
Sebastian Rieger 2022-06-21 14:44:58 +02:00
parent bbaa2ef220
commit 7a841fc8d3
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,6 @@
from datetime import date
import boto3
from botocore.exceptions import ClientError
################################################################################################
#
@ -21,8 +22,6 @@ globallyUniqueS3GroupBucketName = "cloudcomp-counter-" + str(currentYear) + "-gr
# 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::919927306708:role/cloudcomp-s3-access'
################################################################################################
#

View File

@ -1,5 +1,6 @@
from datetime import date
import boto3
from botocore.exceptions import ClientError
################################################################################################
#
@ -19,8 +20,6 @@ globallyUniqueS3GroupBucketName = "cloudcomp-counter-" + str(currentYear) + "-gr
# 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::919927306708:role/cloudcomp-s3-access'
################################################################################################
#