Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix naming
  • Loading branch information
scottgerring committed Jul 20, 2023
commit 6bb28d0577bceb35cbde71efc3c1f88cdfe8fff3
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Depending on your version of Java (either Java 1.8 or 11+), the configuration sl
```

???+ tip "Why a different configuration?"
Lambda Powertools for Java is using [AspectJ](https://eclipse.dev/aspectj/doc/released/progguide/starting.html) internally
Powertools for AWS Lambda (Java) is using [AspectJ](https://eclipse.dev/aspectj/doc/released/progguide/starting.html) internally
to handle annotations. Recently, in order to support Java 17 we had to move to `dev.aspectj:aspectj-maven-plugin` because
`org.codehaus.mojo:aspectj-maven-plugin` does not support Java 17.
Under the hood, `org.codehaus.mojo:aspectj-maven-plugin` is based on AspectJ 1.9.7,
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lambda Powertools for Java Examples
# Powertools for AWS Lambda (Java) Examples

This directory holds example projects demoing different components of the Powertools for AWS Lambda (Java).
Each example can be copied from its subdirectory and used independently of the rest of this repository.
Expand Down
2 changes: 1 addition & 1 deletion examples/powertools-examples-cloudformation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lambda Powertools for Java - Cloudformation Custom Resource Example
# Powertools for AWS Lambda (Java) - Cloudformation Custom Resource Example

This project contains an example of Lambda function using the CloudFormation module of Powertools for AWS Lambda in Java. For more information on this module, please refer to the [documentation](https://awslabs.github.io/aws-lambda-powertools-java/utilities/custom_resources/).

Expand Down
2 changes: 1 addition & 1 deletion examples/powertools-examples-core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lambda Powertools for Java - Core Utilities Example
# Powertools for AWS Lambda (Java) - Core Utilities Example

This project demonstrates the Lambda for Powertools Java module - including
[logging](https://docs.powertools.aws.dev/lambda/java/core/logging/),
Expand Down
2 changes: 1 addition & 1 deletion examples/powertools-examples-idempotency/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lambda Powertools for Java - Idempotency Example
# Powertools for AWS Lambda (Java) - Idempotency Example

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/).
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:
Expand Down
2 changes: 1 addition & 1 deletion examples/powertools-examples-parameters/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lambda Powertools for Java - Parameters Example
# Powertools for AWS Lambda (Java) - Parameters Example

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/).

Expand Down
2 changes: 1 addition & 1 deletion examples/powertools-examples-serialization/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lambda Powertools for Java - Serialization Example
# Powertools for AWS Lambda (Java) - Serialization Example

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/).

Expand Down
2 changes: 1 addition & 1 deletion examples/powertools-examples-sqs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Lambda Powertools for Java - SQS Batch Processing Example
# Powertools for AWS Lambda (Java) - SQS Batch Processing Example

This project contains an example of Lambda function using the batch processing 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/batch/).
Expand Down
2 changes: 1 addition & 1 deletion examples/powertools-examples-validation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lambda Powertools for Java - Validation Example
# Powertools for AWS Lambda (Java) - Validation Example

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/).
Expand Down