|
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) |
| 4 | +For issues and questions, you can start with our [FAQ](https://aws.amazon.com/lambda/faqs/) |
| 5 | + and the [AWS forums](https://forums.aws.amazon.com/forum.jspa?forumID=186) |
5 | 6 |
|
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). |
| 7 | +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). |
7 | 8 |
|
8 | 9 | # Disclaimer of use
|
9 | 10 |
|
10 | 11 | Each of the supplied packages should be used without modification. Removing
|
11 | 12 | dependencies, adding conflicting dependencies, or selectively including classes
|
12 | 13 | from the packages can result in unexpected behavior.
|
13 | 14 |
|
14 |
| -# Recent Updates! |
| 15 | +# Release Notes |
15 | 16 |
|
16 |
| -* ### [SQS Support](https://github.com/aws/aws-lambda-java-libs/commit/9a74fdc9d92b5d7f73ae05660090e65cbd098360) |
17 |
| -* ### [Kinesis Analytics Support](https://github.com/aws/aws-lambda-java-libs/commit/943352c7f0256afe82773e664e887e1593303508) |
18 |
| -* ### [2017 Java Events Update](https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-events) |
19 |
| -* ### [Log4j2 Support](https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-log4j2) |
| 17 | +Check out the per-module release notes: |
| 18 | +- [aws-lambda-java-core](aws-lambda-java-core/RELEASE.CHANGELOG.md) |
| 19 | +- [aws-lambda-java-events](aws-lambda-java-events/RELEASE.CHANGELOG.md) |
| 20 | +- [aws-lambda-java-log4j](aws-lambda-java-log4j/RELEASE.CHANGELOG.md) |
| 21 | +- [aws-lambda-java-log4j2](aws-lambda-java-log4j2/RELEASE.CHANGELOG.md) |
20 | 22 |
|
21 | 23 | # Where to get packages
|
22 | 24 | ___
|
|
75 | 77 |
|
76 | 78 | # Using aws-lambda-java-core
|
77 | 79 |
|
78 |
| -This package defines the Lambda [Context](http://docs.aws.amazon.com/lambda/latest/dg/java-context-object.html) |
79 |
| -object as well as [interfaces](http://docs.aws.amazon.com/lambda/latest/dg/java-handler-using-predefined-interfaces.html) that Lambda accepts. |
| 80 | +This package defines the Lambda [Context](http://docs.aws.amazon.com/lambda/latest/dg/java-context-object.html) object |
| 81 | + as well as [interfaces](http://docs.aws.amazon.com/lambda/latest/dg/java-handler-using-predefined-interfaces.html) that Lambda accepts. |
80 | 82 |
|
81 | 83 | # Using aws-lambda-java-events
|
82 | 84 |
|
83 |
| -This package defines [event sources](http://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html) that AWS Lambda natively accepts. See the [documentation](https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-events) for more information. |
| 85 | +This package defines [event sources](http://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html) that AWS Lambda natively accepts. |
| 86 | +See the [documentation](aws-lambda-java-events/README.md) for more information. |
84 | 87 |
|
85 | 88 | # Using aws-lambda-java-log4j2
|
86 | 89 |
|
87 |
| -This package defines the Lambda adapter to use with log4j version 2. See |
88 |
| -[documentation](https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-log4j2) for how to use the adapter. |
| 90 | +This package defines the Lambda adapter to use with log4j version 2. |
| 91 | +See the [documentation](aws-lambda-java-log4j2/README.md) for information on how to use the adapter. |
89 | 92 |
|
90 | 93 | # Using aws-lambda-java-log4j (Not recommended)
|
91 | 94 |
|
92 |
| -This package defines the Lambda adapter to use with log4j version 1. See |
93 |
| -the [official documentation](http://docs.aws.amazon.com/lambda/latest/dg/java-logging.html#java-wt-logging-using-log4j) for how to use this adapter. |
| 95 | +This package defines the Lambda adapter to use with log4j version 1. |
| 96 | +See the [official documentation](http://docs.aws.amazon.com/lambda/latest/dg/java-logging.html#java-wt-logging-using-log4j) for information on how to use this adapter. |
0 commit comments