Skip to content

Commit 9bdb694

Browse files
author
Andrews
committed
add additional regions
1 parent 130ad0e commit 9bdb694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/scripts/configure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const accountId = args['account-id']
3333
const bucketName = args['bucket-name']
3434
const functionName = args['function-name']
3535
const region = args.region
36-
const availableRegions = ['us-east-1', 'us-west-2', 'eu-west-1', 'eu-central-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2']
36+
const availableRegions = ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'eu-west-1', 'eu-west-2', 'eu-central-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2']
3737

3838
if (!accountId || accountId.length !== 12) {
3939
console.error('You must supply a 12 digit account id as --account-id="<accountId>"')

0 commit comments

Comments
 (0)