From 1f7236d5f16943c3f90fec696236dff36994aadd Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Tue, 23 Aug 2022 16:39:12 +0200 Subject: [PATCH 1/2] chore(docs): add discord invitation link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81cd3f3ce7f..44f0a5f3ec8 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,10 @@ A suite of Python utilities for AWS Lambda functions to ease adopting best pract * **[Idempotency](https://awslabs.github.io/aws-lambda-powertools-python/latest/utilities/idempotency/)** - Convert your Lambda functions into idempotent operations which are safe to retry * **[Feature Flags](https://awslabs.github.io/aws-lambda-powertools-python/latest/utilities/feature_flags/)** - A simple rule engine to evaluate when one or multiple features should be enabled depending on the input - ### Installation With [pip](https://pip.pypa.io/en/latest/index.html) installed, run: ``pip install aws-lambda-powertools`` - ## Tutorial and Examples * [Tutorial](https://awslabs.github.io/aws-lambda-powertools-python/latest/tutorial) @@ -47,7 +45,9 @@ With [pip](https://pip.pypa.io/en/latest/index.html) installed, run: ``pip insta * Powertools idea [DAZN Powertools](https://github.com/getndazn/dazn-lambda-powertools/) ## Connect -**Email**: aws-lambda-powertools-feedback@amazon.com + +* **AWS Lambda Powertools on Discord**: `#python` - **[Invite, if you don't have an account](https://discord.gg/B8zZKbbyET)** +* **Email**: aws-lambda-powertools-feedback@amazon.com ## Security disclosures From 64b163d07a64ae08b74c2d6dd2d8be3085d3a083 Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Tue, 23 Aug 2022 16:51:29 +0200 Subject: [PATCH 2/2] chore: fix old wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f0a5f3ec8..5e57e524f72 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ With [pip](https://pip.pypa.io/en/latest/index.html) installed, run: ``pip insta ## Connect -* **AWS Lambda Powertools on Discord**: `#python` - **[Invite, if you don't have an account](https://discord.gg/B8zZKbbyET)** +* **AWS Lambda Powertools on Discord**: `#python` - **[Invite link(https://discord.gg/B8zZKbbyET)** * **Email**: aws-lambda-powertools-feedback@amazon.com ## Security disclosures