Skip to content

Commit 2c9ea44

Browse files
astahlmanjfuss
andauthored
docs: Fix name of memory env var in README (#17)
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 Co-authored-by: Jacob Fuss <[email protected]>
1 parent a32fdf4 commit 2c9ea44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can configure timeout by setting AWS_LAMBDA_FUNCTION_TIMEOUT to the number o
124124
The rest of these Environment Variables can be set to match AWS Lambda's environment but are not required.
125125
* `AWS_LAMBDA_FUNCTION_VERSION`
126126
* `AWS_LAMBDA_FUNCTION_NAME`
127-
* `AWS_LAMBDA_MEMORY_SIZE`
127+
* `AWS_LAMBDA_FUNCTION_MEMORY_SIZE`
128128

129129
## Level of support
130130

0 commit comments

Comments
 (0)