Skip to content

Commit

Permalink
docs(homepage): emphasize additional powertools languages (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa authored Jul 12, 2022
1 parent e76a26a commit 69baefe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/scripts/label_related_issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -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...")
Expand Down
5 changes: 2 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69baefe

Please sign in to comment.