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 for AWS Lambda (Java) is a developer toolkit to implement Serverless best practices and increase developer velocity.
9
9
10
10
> Also available in [Python](https://github.com/aws-powertools/powertools-lambda-python), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet).
@@ -153,15 +153,15 @@ More info [here](https://github.com/aws-powertools/powertools-lambda-java/pull/1
153
153
154
154
## Examples
155
155
156
-
See the latest release of the **[examples](https://github.com/aws-powertools/powertools-lambda-java/tree/v1.18.0/examples)** for example projects showcasing usage of different utilities.
156
+
See the latest release of the **[examples](https://github.com/aws-powertools/powertools-lambda-java/tree/main/examples)** for example projects showcasing usage of different utilities.
157
157
158
158
Have a demo project to contribute which showcase usage of different utilities from powertools? We are happy to accept it [here](CONTRIBUTING.md#security-issue-notifications).
159
159
160
160
## How to support Powertools for AWS Lambda (Java)?
161
161
162
162
### Becoming a reference customer
163
163
164
-
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (Java), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (Java) (become a reference)](https://github.com/aws-powertools/powertools-lambda-java/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E) issue.
164
+
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (Java), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (Java) (become a reference)](https://github.com/aws-powertools/powertools-lambda-java/issues/new?template=support_powertools.yml) issue.
165
165
166
166
The following companies, among others, use Powertools:
167
167
@@ -170,20 +170,15 @@ The following companies, among others, use Powertools:
170
170
*[Europace AG](https://europace.de/)
171
171
*[Vertex Pharmaceuticals](https://www.vrtx.com/)
172
172
173
-
## Credits
174
-
175
-
*[MkDocs](https://www.mkdocs.org/)
176
-
*[Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)
177
-
178
173
## Connect
179
174
180
-
***Powertools for AWS Lambda on Discord**: `#java` - **[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]).
186
181
187
182
## License
188
183
189
-
This library is licensed under the Apache License, Version 2.0. See the LICENSE file.
184
+
This library is licensed under the MIT-0 License. See the [LICENSE](https://github.com/aws-powertools/powertools-lambda-java/blob/main/LICENSE) file.
0 commit comments