Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix name of memory env var in README
The key is `AWS_LAMBDA_FUNCTION_MEMORY_SIZE`, not
`AWS_LAMBDA_MEMORY_SIZE` (see its usage in the code [1])

[1] https://github.com/aws/aws-lambda-runtime-interface-emulator/blob/6a74e68cb79a256b771210e7c46a0ca2e1cea61b/lambda/rapidcore/env/constants.go#L26
  • Loading branch information
astahlman committed Dec 21, 2020
commit a36ddce6c72e791289dedcf88c41bb5372f2fd51
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ You can configure timeout by setting AWS_LAMBDA_FUNCTION_TIMEOUT to the number o

The rest of these Environment Variables can be set to match AWS Lambda's environment but are not required.
* `AWS_LAMBDA_FUNCTION_VERSION`
* `AWS_LAMBDA_FUNCION_NAME`
* `AWS_LAMBDA_MEMORY_SIZE`
* `AWS_LAMBDA_FUNCTION_NAME`
* `AWS_LAMBDA_FUNCTION_MEMORY_SIZE`

## Level of support

Expand Down