changed lambda counter demo to work with AWS educate accounts

This commit is contained in:
Sebastian Rieger 2021-06-14 17:35:23 +02:00
parent a0dc3ff81f
commit 48fc259af9

View File

@ -7,7 +7,8 @@ import json
#
################################################################################################
region = 'eu-central-1'
# region = 'eu-central-1'
region = 'us-east-1'
functionName = 'cloudcomp-counter-lambda-demo'