Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS Lambda Powertools (Java)
# AWS Lambda Powertools for Java

![aws provider](https://img.shields.io/badge/provider-AWS-orange?logo=amazon-aws&color=ff9900) ![Build status](https://github.com/awslabs/aws-lambda-powertools-java/actions/workflows/build.yml/badge.svg) ![Maven Central](https://img.shields.io/maven-central/v/software.amazon.lambda/powertools-parent)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Homepage
description: AWS Lambda Powertools Java
description: AWS Lambda Powertools for Java
---

![aws provider](https://img.shields.io/badge/provider-AWS-orange?logo=amazon-aws&color=ff9900) ![Build status](https://github.com/awslabs/aws-lambda-powertools-java/actions/workflows/build.yml/badge.svg) ![Maven Central](https://img.shields.io/maven-central/v/software.amazon.lambda/powertools-parent)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Lambda Powertools Java
site_name: AWS Lambda Powertools for Java
site_description: AWS Lambda Powertools for Java
site_author: Amazon Web Services
nav:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.12.0</version>
<packaging>pom</packaging>

<name>AWS Lambda Powertools Java library Parent</name>
<name>AWS Lambda Powertools for Java library Parent</name>
<description>
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
</description>
Expand Down
2 changes: 1 addition & 1 deletion powertools-cloudformation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.12.0</version>
</parent>

<name>AWS Lambda Powertools Java library Cloudformation</name>
<name>AWS Lambda Powertools for Java library Cloudformation</name>
<description>
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating
custom metrics asynchronously easier.
Expand Down
2 changes: 1 addition & 1 deletion powertools-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.12.0</version>
</parent>

<name>AWS Lambda Powertools Java library Core</name>
<name>AWS Lambda Powertools for Java library Core</name>
<description>
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
</description>
Expand Down
2 changes: 1 addition & 1 deletion powertools-idempotency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>powertools-idempotency</artifactId>
<packaging>jar</packaging>

<name>AWS Lambda Powertools Java library Idempotency</name>
<name>AWS Lambda Powertools for Java library Idempotency</name>
<description>

</description>
Expand Down
2 changes: 1 addition & 1 deletion powertools-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.12.0</version>
</parent>

<name>AWS Lambda Powertools Java library Logging</name>
<name>AWS Lambda Powertools for Java library Logging</name>
<description>
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
</description>
Expand Down
2 changes: 1 addition & 1 deletion powertools-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.12.0</version>
</parent>

<name>AWS Lambda Powertools Java library Metrics</name>
<name>AWS Lambda Powertools for Java library Metrics</name>
<description>
A suite of utilities for AWS Lambda Functions that make creating custom metrics via AWS Embedded Metric Format
asynchronously easier.
Expand Down
2 changes: 1 addition & 1 deletion powertools-parameters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>powertools-parameters</artifactId>

<name>AWS Lambda Powertools Java library Parameters</name>
<name>AWS Lambda Powertools for Java library Parameters</name>

<description>
Set of utilities to retrieve parameters from Secrets Manager or SSM Parameter Store
Expand Down
2 changes: 1 addition & 1 deletion powertools-serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>powertools-serialization</artifactId>
<packaging>jar</packaging>

<name>AWS Lambda Powertools Java library Serialization Utilities</name>
<name>AWS Lambda Powertools for Java library Serialization Utilities</name>
<description>

</description>
Expand Down
2 changes: 1 addition & 1 deletion powertools-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.12.0</version>
</parent>

<name>AWS Lambda Powertools Java library SQS</name>
<name>AWS Lambda Powertools for Java library SQS</name>
<description>
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
</description>
Expand Down
2 changes: 1 addition & 1 deletion powertools-test-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.12.0</version>
</parent>

<name>AWS Lambda Powertools Java library Test Suite</name>
<name>AWS Lambda Powertools for Java library Test Suite</name>
<description>
A suite of tests for interactions between the various Powertools modules.
</description>
Expand Down
2 changes: 1 addition & 1 deletion powertools-tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.12.0</version>
</parent>

<name>AWS Lambda Powertools Java library Tracing</name>
<name>AWS Lambda Powertools for Java library Tracing</name>
<description>
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
</description>
Expand Down
2 changes: 1 addition & 1 deletion powertools-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>1.12.0</version>
</parent>

<name>AWS Lambda Powertools Java validation library</name>
<name>AWS Lambda Powertools for Java validation library</name>
<description>
Json schema validation for Lambda events and responses
</description>
Expand Down