Skip to content

Commit b1674b2

Browse files
author
Vinyas Malagaudanavar
authored
Fix typo
Fix typo in `LAMBDA_FUNCITON_NAME` to `LAMBDA_FUNCTION_NAME`
1 parent 0ff0e5d commit b1674b2

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
@@ -15,7 +15,7 @@ Stored as secrets or env vars, doesn't matter. But also please don't put your AW
1515
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).
1616
- `LAMBDA_LAYER_ARN`
1717
The ARN for the Lambda layer the dependencies should be pushed to **without the version** (every push is a new version).
18-
- `LAMBDA_FUNCITON_NAME`
18+
- `LAMBDA_FUNCTION_NAME`
1919
The Lambda function name. [From the AWS docs](https://docs.aws.amazon.com/cli/latest/reference/lambda/update-function-code.html), it can be any of the following:
2020
- Function name - `my-function`
2121
- Function ARN - `arn:aws:lambda:us-west-2:123456789012:function:my-function`

0 commit comments

Comments
 (0)