removed unused role var from stop.py
This commit is contained in:
parent
bbaa2ef220
commit
7a841fc8d3
@ -1,5 +1,6 @@
|
|||||||
from datetime import date
|
from datetime import date
|
||||||
import boto3
|
import boto3
|
||||||
|
from botocore.exceptions import ClientError
|
||||||
|
|
||||||
################################################################################################
|
################################################################################################
|
||||||
#
|
#
|
||||||
@ -21,8 +22,6 @@ globallyUniqueS3GroupBucketName = "cloudcomp-counter-" + str(currentYear) + "-gr
|
|||||||
# region = 'eu-central-1'
|
# region = 'eu-central-1'
|
||||||
region = 'us-east-1'
|
region = 'us-east-1'
|
||||||
functionName = 'cloudcomp-counter-lambda-demo'
|
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'
|
|
||||||
|
|
||||||
################################################################################################
|
################################################################################################
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
from datetime import date
|
from datetime import date
|
||||||
import boto3
|
import boto3
|
||||||
|
from botocore.exceptions import ClientError
|
||||||
|
|
||||||
################################################################################################
|
################################################################################################
|
||||||
#
|
#
|
||||||
@ -19,8 +20,6 @@ globallyUniqueS3GroupBucketName = "cloudcomp-counter-" + str(currentYear) + "-gr
|
|||||||
# region = 'eu-central-1'
|
# region = 'eu-central-1'
|
||||||
region = 'us-east-1'
|
region = 'us-east-1'
|
||||||
functionName = 'cloudcomp-counter-lambda-demo'
|
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'
|
|
||||||
|
|
||||||
################################################################################################
|
################################################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user