From 69baefe59b38c8de1d90e405347b43a37cb86d2b Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Tue, 12 Jul 2022 16:16:40 +0200 Subject: [PATCH] docs(homepage): emphasize additional powertools languages (#1292) --- .github/scripts/label_related_issue.js | 1 + docs/index.md | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/label_related_issue.js b/.github/scripts/label_related_issue.js index 5965c518421..fe216d922cf 100644 --- a/.github/scripts/label_related_issue.js +++ b/.github/scripts/label_related_issue.js @@ -11,6 +11,7 @@ const { module.exports = async ({github, context, core}) => { core.debug(PR_BODY); core.debug(PR_IS_MERGED); + core.debug(PR_AUTHOR); if (IGNORE_AUTHORS.includes(PR_AUTHOR)) { return core.notice("Author in IGNORE_AUTHORS list; skipping...") diff --git a/docs/index.md b/docs/index.md index 5396ccb3f2e..6467dcdeb35 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,9 +7,8 @@ description: AWS Lambda Powertools Python A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, idempotency, batching, and more. -???+ tip "Tip: Looking for a quick read through how the core features are used?" - - Check out [this detailed blog post](https://aws.amazon.com/blogs/opensource/simplifying-serverless-best-practices-with-lambda-powertools/) with a practical example. +???+ note + 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"}. ## Install