Skip to content

Commit 407afac

Browse files
authored
Update README.md
1 parent 173a34f commit 407afac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ You can find an example Lambda function using these base images at [aleph0io/exa
2020

2121
CMD [ "com.sigpwned.lambda.hello.HelloLambda::handleRequest" ]
2222

23+
## Testing Lambda Functions Locally
24+
25+
The [Lambda RIE](https://github.com/aws/aws-lambda-runtime-interface-emulator) is not currently built into these lambda base images, so to test your lambda function implementations locally, you will need to [use the standalone RIE server](https://docs.aws.amazon.com/lambda/latest/dg/images-test.html#images-test-add).
26+
2327
## Known Issues and Future Plans
2428

2529
* This image is in no way optimized for cold start time, size, etc. PRs welcome!

0 commit comments

Comments
 (0)