Skip to content

Commit 9841a5e

Browse files
authored
docs(home): add discord invitation link (#1074)
* chore(docs): add discord invitation link * fix: typo
1 parent 15269d9 commit 9841a5e

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AWS Lambda Powertools for TypeScript
22

3+
[![Join our Discord](https://dcbadge.vercel.app/api/server/B8zZKbbyET)](https://discord.gg/B8zZKbbyET)
4+
35
A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more.
46

57
You can use the library in both TypeScript and JavaScript code bases.
@@ -83,7 +85,7 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
8385

8486
## Connect
8587

86-
* **AWS Developers Slack**: `#lambda-powertools` - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-yryddays-C9fkWrmguDv0h2EEDzCqvw)**
88+
* **AWS Lambda Powertools on Discord**: `#typescript` - **[Invite link](https://discord.gg/B8zZKbbyET)**
8789
* **Email**: [email protected]
8890

8991
## Credits

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
9494

9595
## Connect
9696

97-
* **AWS Developers Slack**: `#lambda-powertools` - [Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-yryddays-C9fkWrmguDv0h2EEDzCqvw){target="_blank"}
97+
* **AWS Lambda Powertools on Discord**: `#typescript` - **[Invite link](https://discord.gg/B8zZKbbyET){target="_blank"}**
9898
* **Email**: [email protected]
9999

100100
## Credits

packages/commons/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Each TypeScript utility is installed as standalone NPM package.
3838

3939
## Connect
4040

41-
* **AWS Developers Slack**: `#lambda-powertools`- **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-yryddays-C9fkWrmguDv0h2EEDzCqvw)**
41+
* **AWS Lambda Powertools on Discord**: `#typescript` - **[Invite link](https://discord.gg/B8zZKbbyET)**
4242
* **Email**: [email protected]
4343

4444
## License

packages/logger/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
7171

7272
## Connect
7373

74-
* **AWS Developers Slack**: `#lambda-powertools` - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-yryddays-C9fkWrmguDv0h2EEDzCqvw)**
74+
* **AWS Lambda Powertools on Discord**: `#typescript` - **[Invite link](https://discord.gg/B8zZKbbyET)**
7575
* **Email**: [email protected]
7676

7777
## Credits

packages/metrics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
7171

7272
## Connect
7373

74-
* **AWS Developers Slack**: `#lambda-powertools` - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-yryddays-C9fkWrmguDv0h2EEDzCqvw)**
74+
* **AWS Lambda Powertools on Discord**: `#typescript` - **[Invite link](https://discord.gg/B8zZKbbyET)**
7575
* **Email**: [email protected]
7676

7777
## Credits

packages/tracer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
7171

7272
## Connect
7373

74-
* **AWS Developers Slack**: `#lambda-powertools` - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-yryddays-C9fkWrmguDv0h2EEDzCqvw)**
74+
* **AWS Lambda Powertools on Discord**: `#typescript` - **[Invite link](https://discord.gg/B8zZKbbyET)**
7575
* **Email**: [email protected]
7676

7777
## Credits

0 commit comments

Comments
 (0)