Skip to content

Instantly share code, notes, and snippets.

@frivas
Created May 2, 2019 16:09
Show Gist options
  • Save frivas/1b11d335a6e441fab66718c811ca4355 to your computer and use it in GitHub Desktop.
Save frivas/1b11d335a6e441fab66718c811ca4355 to your computer and use it in GitHub Desktop.
Setting up some variables
my_region = 'eu-west-1'
bucket_name = '<bucket_name>'
polly_url = f'https://polly.{my_region}.amazonaws.com/'
s3_url = f'https://s3-{my_region}.amazonaws.com/'
background_file_intro = f"{os.environ['LAMBDA_TASK_ROOT']}/audio/pavane_aws.mp3"
hello_file = f"{os.environ['LAMBDA_TASK_ROOT']}/audio/inspirational_aws.mp3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment