changed Lambda demo to support AWS Academy and create individual bucket for group with globally unique name in S3

This commit is contained in:
Sebastian Rieger
2022-06-20 13:04:17 +02:00
parent 1f4a435d84
commit f081a50a4a
4 changed files with 37 additions and 2 deletions

View File

@ -46,6 +46,7 @@ def lambda_handler(event, context):
'statusCode': 200,
'headers': {
'Content-Type': 'text/html',
'x-hsfd-counter': str(counter)
},
'body': output
}