You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://docs.powertools.aws.dev/lambda/dotnet/#features).
10
+
Powertools for AWS Lambda (.NET) is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://docs.powertools.aws.dev/lambda-dotnet/#features).
> Also available in [Java](https://github.com/aws-powertools/powertools-lambda-java), [Typescript](https://github.com/aws-powertools/powertools-lambda-typescript), and [Python](https://github.com/aws-powertools/powertools-lambda-python).
> **Join us on the AWS Developers Slack at `#lambda-powertools`** - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-gu30gquv-EhwIYq3kHhhysaZ2aIX7ew)**
12
17
@@ -56,7 +61,6 @@ We have provided examples focused specifically on each of the utilities. Each so
56
61
***[Metrics example](examples/Metrics/)**
57
62
***[Tracing example](examples/Tracing/)**
58
63
***[Serverless API example](examples/ServerlessApi/)**
59
-
60
64
***[Parameters example](examples/Parameters/)**
61
65
***[Idempotency example](examples/Idempotency)**
62
66
@@ -68,22 +72,36 @@ Not using .NET? No problem, we have you covered. Here are the other members of t
68
72
*[Powertools for AWS Lambda (Java)](https://github.com/aws-powertools/powertools-lambda-java)
69
73
*[Powertools for AWS Lambda (TypeScript)](https://github.com/aws-powertools/powertools-lambda-typescript)
70
74
71
-
## Credits
75
+
## How to support Powertools for AWS Lambda (.NET)?
72
76
73
-
* Structured logging initial implementation from [aws-lambda-logging](https://gitlab.com/hadrien/aws_lambda_logging)
74
-
* Powertools for AWS Lambda (.NET) idea [DAZN Powertools](https://github.com/getndazn/dazn-lambda-powertools/)
77
+
### Becoming a reference customer
78
+
79
+
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (.NET), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (.NET) (become a reference)](https://github.com/aws-powertools/powertools-lambda-dotnet/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E) issue.
80
+
81
+
### Sharing your work
82
+
83
+
Share what you did with Powertools for AWS Lambda (.NET) 💞💞. Blog post, workshops, presentation, sample apps and others. Check out what the community has already shared about Powertools for AWS Lambda (.NET) [here](https://docs.powertools.aws.dev/lambda/dotnet/we_made_this/).
75
84
76
-
## 👋 Contributing
85
+
###👋 Contributing
77
86
78
87
We welcome contributions from developers of all levels to our open-source project on GitHub. If you'd like to contribute, please check our contributing guidelines and help make this project more accessible.
79
88
80
89
[](https://star-history.com/#aws-powertools/powertools-lambda-dotnet&Date)
81
90
91
+
## Credits
92
+
93
+
* Structured logging initial implementation from [aws-lambda-logging](https://gitlab.com/hadrien/aws_lambda_logging)
94
+
* Powertools for AWS Lambda (.NET) idea [DAZN Powertools](https://github.com/getndazn/dazn-lambda-powertools/)
95
+
82
96
## Connect
83
97
84
98
***Powertools for AWS Lambda on Discord**: `#dotnet` - **[Invite link](https://discord.gg/B8zZKbbyET)**
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]).
104
+
87
105
## License
88
106
89
107
This project is licensed under the Apache-2.0 License.
0 commit comments