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