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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# AWS Lambda Java Support Libraries
2
2
Interface definitions for Java code running on the AWS Lambda platform.
3
3
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
+
4
6
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).
5
7
8
+
___
9
+
6
10
[Maven](https://maven.apache.org)
7
11
8
12
```xml
@@ -31,6 +35,7 @@ To get started writing AWS Lambda functions in Java, check out the [official doc
0 commit comments