Skip to content

Commit

Permalink
Shortened deployment bucket name to cope with longer region names.
Browse files Browse the repository at this point in the history
  • Loading branch information
glez-aws committed Jun 27, 2017
1 parent c50d23a commit 0332ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
SLEEP_TIME = 5 # seconds

# Lambda
LAMBDA_FUNCTION_DEPLOYMENT_BUCKET = USER_HASH + '-' + AWS_DEFAULT_REGION + '-lambda-deployment'
LAMBDA_FUNCTION_DEPLOYMENT_BUCKET = USER_HASH + '-' + AWS_DEFAULT_REGION + '-ld'
LAMBDA_FUNCTION_CODE_URI_PREFIX = 's3://' + LAMBDA_FUNCTION_DEPLOYMENT_BUCKET + '/'
LAMBDA_FUNCTION_DIRECTORY = 'lambda_functions'
LAMBDA_DEFAULT_RUNTIME = 'python2.7'
Expand Down

0 comments on commit 0332ae0

Please sign in to comment.