Skip to content

Commit 97c6dea

Browse files
committed
More docs
1 parent 86766c8 commit 97c6dea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/powertools-examples-idempotency/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Idempotency
1+
# Lambda Powertools for Java - Idempotency Example
22

33
This project contains an example of Lambda function using the idempotency module of Powertools for AWS Lambda (Java). For more information on this module, please refer to the [documentation](https://docs.powertools.aws.dev/lambda-java/utilities/idempotency/).
44
The example exposes a HTTP POST endpoint. When the user sends the address of a webpage to it, the endpoint fetches the contents of the URL and returns them to the user:

examples/powertools-examples-parameters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Parameters
1+
# Lambda Powertools for Java - Parameters Example
22

33
This project contains an example of Lambda function using the parameters module of Powertools for AWS Lambda (Java). For more information on this module, please refer to the [documentation](https://docs.powertools.aws.dev/lambda-java/utilities/parameters/).
44

examples/powertools-examples-serialization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deserialization
1+
# Lambda Powertools for Java - Serialization Example
22

33
This project contains an example of Lambda function using the serialization utilities module of Powertools for AWS Lambda (Java). For more information on this module, please refer to the [documentation](https://docs.powertools.aws.dev/lambda-java/utilities/serialization/).
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## SqsBatchProcessingDemo
1+
## Lambda Powertools for Java - SQS Batch Processing Example
22

33
Demos setup of SQS Batch processing via Powertools

examples/powertools-examples-validation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Validation
1+
# Lambda Powertools for Java - Validation Example
22

33
This project contains an example of Lambda function using the validation module of Powertools for AWS Lambda (Java). For more information on this module, please refer to the [documentation](https://docs.powertools.aws.dev/lambda-java/utilities/validation/).
44

0 commit comments

Comments
 (0)