Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 43eb387

Browse files
author
DomParfitt
committed
Updated default region
1 parent f7b4e5d commit 43eb387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The API Token used to grant the Lambda access to the CircleCI environment variab
6969

7070
**region**
7171

72-
*Optional; default = 'eu-west-2'*
72+
*Optional; default = 'us-east-1'*
7373

7474
The AWS Region to deploy the Lambda on.
7575

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ service:
44
provider:
55
name: aws
66
runtime: nodejs8.10
7-
region: ${opt:region, 'eu-west-2'}
7+
region: ${opt:region, 'us-east-1'}
88
profile: ${opt:profile}
99
memorySize: 128
1010
environment:

0 commit comments

Comments
 (0)