Created
May 2, 2019 16:09
-
-
Save frivas/1b11d335a6e441fab66718c811ca4355 to your computer and use it in GitHub Desktop.
Setting up some variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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