Skip to content

Commit 39d49dd

Browse files
authored
Update README.md
1 parent b0da29d commit 39d49dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Doesn't take any arguments. Deploys everything in the repo as code to the Lambda
99
### Environment variables
1010
Stored as secrets or env vars, doesn't matter. But also please don't put your AWS keys outside Secrets.
1111
- **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).
1313
- `LAMBDA_LAYER_ARN`
1414
The ARN for the Lambda layer the dependencies should be pushed to **without the version** (every push is a new version).
1515
- `LAMBDA_FUNCITON_NAME`

0 commit comments

Comments
 (0)