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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Doesn't take any arguments. Deploys everything in the repo as code to the Lambda
9
9
### Environment variables
10
10
Stored as secrets or env vars, doesn't matter. But also please don't put your AWS keys outside Secrets.
11
11
-**AWS Credentials**
12
-
That includes the `AWS_ACCESS_KEY_ID`, `SECRET_ACCESS_KEY`, etc. It's used by `awscli`, so the docs for that [can be found here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html).
12
+
That includes the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, etc. It's used by `awscli`, so the docs for that [can be found here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html).
13
13
-`LAMBDA_LAYER_ARN`
14
14
The ARN for the Lambda layer the dependencies should be pushed to **without the version** (every push is a new version).
0 commit comments