Skip to content

Commit 98dc897

Browse files
committed
docs(homepage): emphasize additional powertools languages (#1292)
1 parent 17f4789 commit 98dc897

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/label_related_issue.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const {
1111
module.exports = async ({github, context, core}) => {
1212
core.debug(PR_BODY);
1313
core.debug(PR_IS_MERGED);
14+
core.debug(PR_AUTHOR);
1415

1516
if (IGNORE_AUTHORS.includes(PR_AUTHOR)) {
1617
return core.notice("Author in IGNORE_AUTHORS list; skipping...")

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ description: AWS Lambda Powertools Python
77

88
A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, idempotency, batching, and more.
99

10-
???+ tip "Tip: Looking for a quick read through how the core features are used?"
11-
12-
Check out [this detailed blog post](https://aws.amazon.com/blogs/opensource/simplifying-serverless-best-practices-with-lambda-powertools/) with a practical example.
10+
???+ note
11+
Lambda Powertools is also available for [Java](https://awslabs.github.io/aws-lambda-powertools-java/){target="_blank"} and [TypeScript](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/){target="_blank"}.
1312

1413
## Install
1514

0 commit comments

Comments
 (0)