Skip to content

Commit 671d131

Browse files
committed
Update README.md
1 parent 250304e commit 671d131

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# AWS Lambda Java Support Libraries
22
Interface definitions for Java code running on the AWS Lambda platform.
33

4+
For issues and questions, you can start with our [FAQ](https://aws.amazon.com/lambda/faqs/) and the [AWS forums](https://forums.aws.amazon.com/forum.jspa?forumID=186)
5+
46
To get started writing AWS Lambda functions in Java, check out the [official documentation] (http://docs.aws.amazon.com/lambda/latest/dg/java-gs.html).
57

8+
___
9+
610
[Maven](https://maven.apache.org)
711

812
```xml
@@ -31,6 +35,7 @@ To get started writing AWS Lambda functions in Java, check out the [official doc
3135
[com.amazonaws/aws-lambda-java-core "1.0.0"]
3236
[com.amazonaws/aws-lambda-java-events "1.1.0"]
3337
```
38+
3439
[sbt](http://www.scala-sbt.org)
3540

3641
```scala

0 commit comments

Comments
 (0)