File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
- export AWS_REGION=... # AWS region to use, e.g. eu-west-1
2
- export AWS_DEFAULT_REGION=$AWS_REGION
3
- export AWS_ACCESS_KEY_ID= ... # Your AWS Access Key ID
4
- export AWS_SECRET_ACCESS_KEY=... # Your AWS Secret Access Key
5
-
6
1
# Suppress warnings caused by using the latest Node.js version
7
2
export JSII_SILENCE_WARNING_UNTESTED_NODE_VERSION=1
8
3
export NODE_NO_WARNINGS=1
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ npm-debug.log
7
7
.swc /
8
8
cdk.out /
9
9
dist /
10
- .envrc
11
10
/certificates /
12
11
cdk.context.json
13
12
e2e-test-result.json
Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ using [AWS CDK](https://aws.amazon.com/cdk) in
16
16
17
17
### Setup
18
18
19
- Provide your AWS credentials, for example using the ` .envrc ` (see
20
- [ the example] ( .envrc.example ) ).
19
+ [ Provide your AWS credentials] ( https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-authentication.html ) .
21
20
22
- ### Install the dependencies
21
+ Install the dependencies:
23
22
24
23
``` bash
25
24
npm ci
You can’t perform that action at this time.
0 commit comments