You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layers/README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -37,19 +37,18 @@ PS: You can force
37
37
RUNTIME=node12.x VERSION=0.9.0 npm run test:e2e
38
38
```
39
39
40
-
41
40
# How to add new region
42
41
43
-
*activate new region in your TEST and PROD accounts
44
-
*bootstrap a CDKToolkit stack in the new region
42
+
*Activate new region in your TEST and PROD accounts
43
+
*Bootstrap a CDKToolkit stack in the new region
45
44
```shell
46
45
cdk bootstrap aws://AWS_ACCOUNT/NEW_REGION
47
46
```
48
-
*build the layer folder from the project root directory
47
+
*Build the layer folder from the project root directory
49
48
```shell
50
49
bash ./.github/scripts/setup_tmp_layer_files.sh
51
50
```
52
-
*deploy the first layer version to the new region, make sure to set the NEW_REGION in your AWS CLI configuration correctly, otherwise you will deploy to the wrong region
51
+
*Deploy the first layer version to the new region, make sure to set the NEW_REGION in your AWS CLI configuration correctly, otherwise you will deploy to the wrong region
53
52
```shell
54
53
npm run cdk -w layers -- deploy --app cdk.out --context region=NEW_REGION 'LayerPublisherStack' --require-approval never --verbose
0 commit comments