Skip to content

Instantly share code, notes, and snippets.

@rafaeldalsenter
Created April 3, 2020 01:32
Show Gist options
  • Select an option

  • Save rafaeldalsenter/2279cecdb32f209116ccddf19e903639 to your computer and use it in GitHub Desktop.

Select an option

Save rafaeldalsenter/2279cecdb32f209116ccddf19e903639 to your computer and use it in GitHub Desktop.
def lambda_handler(event, context):
try:
print('Started the Lambda function')
bucketNameSource = event['bucket_name_source']
bucketNameDest = event['bucket_name_dest']
archiveNameDest = event['archive_name_dest']
archivePublicAccess = event['archive_public_access']
amountOfFilesToUpload = event['amount_of_files_to_upload']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment