From d7c0c31ea6d1a97bfb2002ed16736da1b8de048d Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Tue, 12 Jul 2022 16:12:14 +0200 Subject: [PATCH 1/2] chore(ci): leftover debug Signed-off-by: heitorlessa --- .github/scripts/label_related_issue.js | 1 + 1 file changed, 1 insertion(+) 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...") From dae91281bf0328f54214662ade04516c5a5a1048 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Tue, 12 Jul 2022 16:12:56 +0200 Subject: [PATCH 2/2] docs(homepage): emphasize additional powertools languages Signed-off-by: heitorlessa --- docs/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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