Skip to content

Commit 45f2a9e

Browse files
docs(homepage): add customer references section (#2159)
Co-authored-by: Heitor Lessa <[email protected]>
1 parent 84f0754 commit 45f2a9e

10 files changed

+175
-1
lines changed

Diff for: README.md

+25
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,31 @@ With [pip](https://pip.pypa.io/en/latest/index.html) installed, run: ``pip insta
4545
* [Serverless E-commerce platform](https://github.com/aws-samples/aws-serverless-ecommerce-platform)
4646
* [Serverless GraphQL Nanny Booking Api](https://github.com/trey-rosius/babysitter_api)
4747

48+
## How to support AWS Lambda Powertools for Python?
49+
50+
### Becoming a reference customer
51+
52+
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using AWS Lambda Powertools for Python, you can request to have your name and logo added to the README file by raising a [Support Lambda Powertools (become a reference)](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E) issue.
53+
54+
The following companies, among others, use Powertools:
55+
56+
* [CPQi (Exadel Financial Services)](https://cpqi.com/)
57+
* [CloudZero](https://www.cloudzero.com/)
58+
* [CyberArk](https://www.cyberark.com/)
59+
* [globaldatanet](https://globaldatanet.com/)
60+
* [IMS](https://ims.tech/)
61+
* [Propellor.ai](https://www.propellor.ai/)
62+
* [TopSport](https://www.topsport.com.au/)
63+
* [Trek10](https://www.trek10.com/)
64+
65+
### Sharing your work
66+
67+
Share what you did with Powertools 💞💞. Blog post, workshops, presentation, sample apps and others. Check out what the community has already shared about Powertools [here](https://awslabs.github.io/aws-lambda-powertools-python/latest/we_made_this/).
68+
69+
### Using Lambda Layer or SAR
70+
71+
This helps us understand who uses Powertools in a non-intrusive way, and helps us gain future investments for other Powertools languages. When [using Layers](https://awslabs.github.io/aws-lambda-powertools-python/latest/#lambda-layer), you can add Powertools as a dev dependency (or as part of your virtual env) to not impact the development process.
72+
4873
## Credits
4974

5075
* Structured logging initial implementation from [aws-lambda-logging](https://gitlab.com/hadrien/aws_lambda_logging)

Diff for: docs/index.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Powertools is a developer toolkit to implement Serverless best practices and inc
1414

1515
You can choose to support us in three ways:
1616

17-
1) [**Become a reference customers**](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E). This gives us permission to list your company in our documentation.
17+
1) [**Become a reference customer**](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E). This gives us permission to list your company in our documentation.
1818

1919
2) [**Share your work**](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E). Blog posts, video, sample projects you used Powertools!
2020

@@ -737,6 +737,31 @@ As a best practice for libraries, Powertools module logging statements are suppr
737737

738738
When necessary, you can use `POWERTOOLS_DEBUG` environment variable to enable debugging. This will provide additional information on every internal operation.
739739

740+
## How to support AWS Lambda Powertools for Python?
741+
742+
### Becoming a reference customer
743+
744+
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using AWS Lambda Powertools for Python, you can request to have your name and logo added to the README file by raising a [Support Lambda Powertools (become a reference)](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E){target="_blank"} issue.
745+
746+
The following companies, among others, use Powertools:
747+
748+
* [CPQi (Exadel Financial Services)](https://cpqi.com/){target="_blank"}
749+
* [CloudZero](https://www.cloudzero.com/){target="_blank"}
750+
* [CyberArk](https://www.cyberark.com/){target="_blank"}
751+
* [globaldatanet](https://globaldatanet.com/){target="_blank"}
752+
* [IMS](https://ims.tech/){target="_blank"}
753+
* [Propellor.ai](https://www.propellor.ai/){target="_blank"}
754+
* [TopSport](https://www.topsport.com.au/){target="_blank"}
755+
* [Trek10](https://www.trek10.com/){target="_blank"}
756+
757+
### Sharing your work
758+
759+
Share what you did with Powertools 💞💞. Blog post, workshops, presentation, sample apps and others. Check out what the community has already shared about Powertools [here](https://awslabs.github.io/aws-lambda-powertools-python/latest/we_made_this/).
760+
761+
### Using Lambda Layer or SAR
762+
763+
This helps us understand who uses Powertools in a non-intrusive way, and helps us gain future investments for other Powertools languages. When [using Layers](https://awslabs.github.io/aws-lambda-powertools-python/latest/#lambda-layer), you can add Powertools as a dev dependency (or as part of your virtual env) to not impact the development process.
764+
740765
## Tenets
741766

742767
These are our core principles to guide our decision making.

Diff for: docs/media/logos/cloudzero-logo.png

173 KB
Loading

Diff for: docs/media/logos/cpqi.png

7.78 KB
Loading

Diff for: docs/media/logos/cyberark-logo-dark.svg

+56
Loading

Diff for: docs/media/logos/globaldatanet.png

3.99 KB
Loading

Diff for: docs/media/logos/ims-logo.png

13.8 KB
Loading

Diff for: docs/media/logos/propellor-ai.png

7.87 KB
Loading

Diff for: docs/media/logos/topsport.svg

+68
Loading

Diff for: docs/media/logos/trek10-logo.jpeg

354 KB
Loading

0 commit comments

Comments
 (0)