Skip to content

Commit 1c7176a

Browse files
authored
README: add CRaC note
1 parent 06684f5 commit 1c7176a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# AWS Lambda Libs on CRaC
2+
3+
This is a version of the original AWS Lambda Libraries with CRaC support added.
4+
5+
To use, add next to the pom.xml:
6+
```
7+
<dependency>
8+
<groupId>io.github.crac.com.amazonaws</groupId>
9+
<artifactId>aws-lambda-java-runtime-interface-client</artifactId>
10+
<version>1.0.0</version>
11+
</dependency>
12+
```
13+
114
# AWS Lambda Java Support Libraries
215
Interface definitions for Java code running on the AWS Lambda platform.
316

0 commit comments

Comments
 (0)