You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# AWS Lambda Custom Runtime Local API[](https://circleci.com/gh/rdbatch02/aws-lambda-runtime-local)
2
2
AWS Lambda Runtime API for local testing of custom runtimes
3
3
4
4
This project runs an HTTP API that is intended to emulate the [AWS Lambda Runtime Interface](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html) to enable local testing of custom runtimes.
5
+
6
+
## Usage
7
+
8
+
This utility is published as both a jar or Docker image.
9
+
10
+
### Jar
11
+
Prerequisites:
12
+
* JRE/JDK 11
13
+
14
+
Grab the [latest release](https://github.com/rdbatch02/aws-lambda-runtime-local/releases) and run:
0 commit comments