diff --git a/README.md b/README.md index b79f43a85f3..310c267af6e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,31 @@ With [pip](https://pip.pypa.io/en/latest/index.html) installed, run: ``pip insta * [Serverless E-commerce platform](https://github.com/aws-samples/aws-serverless-ecommerce-platform) * [Serverless GraphQL Nanny Booking Api](https://github.com/trey-rosius/babysitter_api) +## How to support AWS Lambda Powertools for Python? + +### Becoming a reference customer + +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. + +The following companies, among others, use Powertools: + +* [CPQi (Exadel Financial Services)](https://cpqi.com/) +* [CloudZero](https://www.cloudzero.com/) +* [CyberArk](https://www.cyberark.com/) +* [globaldatanet](https://globaldatanet.com/) +* [IMS](https://ims.tech/) +* [Propellor.ai](https://www.propellor.ai/) +* [TopSport](https://www.topsport.com.au/) +* [Trek10](https://www.trek10.com/) + +### Sharing your work + +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/). + +### Using Lambda Layer or SAR + +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. + ## Credits * Structured logging initial implementation from [aws-lambda-logging](https://gitlab.com/hadrien/aws_lambda_logging) diff --git a/docs/index.md b/docs/index.md index 91a15dc092e..d25c9e7caf0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ Powertools is a developer toolkit to implement Serverless best practices and inc You can choose to support us in three ways: - 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. + 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. 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! @@ -737,6 +737,31 @@ As a best practice for libraries, Powertools module logging statements are suppr When necessary, you can use `POWERTOOLS_DEBUG` environment variable to enable debugging. This will provide additional information on every internal operation. +## How to support AWS Lambda Powertools for Python? + +### Becoming a reference customer + +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. + +The following companies, among others, use Powertools: + +* [CPQi (Exadel Financial Services)](https://cpqi.com/){target="_blank"} +* [CloudZero](https://www.cloudzero.com/){target="_blank"} +* [CyberArk](https://www.cyberark.com/){target="_blank"} +* [globaldatanet](https://globaldatanet.com/){target="_blank"} +* [IMS](https://ims.tech/){target="_blank"} +* [Propellor.ai](https://www.propellor.ai/){target="_blank"} +* [TopSport](https://www.topsport.com.au/){target="_blank"} +* [Trek10](https://www.trek10.com/){target="_blank"} + +### Sharing your work + +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/). + +### Using Lambda Layer or SAR + +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. + ## Tenets These are our core principles to guide our decision making. diff --git a/docs/media/logos/cloudzero-logo.png b/docs/media/logos/cloudzero-logo.png new file mode 100644 index 00000000000..08326a8aaa9 Binary files /dev/null and b/docs/media/logos/cloudzero-logo.png differ diff --git a/docs/media/logos/cpqi.png b/docs/media/logos/cpqi.png new file mode 100644 index 00000000000..4815fd8fe70 Binary files /dev/null and b/docs/media/logos/cpqi.png differ diff --git a/docs/media/logos/cyberark-logo-dark.svg b/docs/media/logos/cyberark-logo-dark.svg new file mode 100644 index 00000000000..982087c5ca3 --- /dev/null +++ b/docs/media/logos/cyberark-logo-dark.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/media/logos/globaldatanet.png b/docs/media/logos/globaldatanet.png new file mode 100644 index 00000000000..d65d33ee35e Binary files /dev/null and b/docs/media/logos/globaldatanet.png differ diff --git a/docs/media/logos/ims-logo.png b/docs/media/logos/ims-logo.png new file mode 100644 index 00000000000..d8ccd148a67 Binary files /dev/null and b/docs/media/logos/ims-logo.png differ diff --git a/docs/media/logos/propellor-ai.png b/docs/media/logos/propellor-ai.png new file mode 100644 index 00000000000..80df0514092 Binary files /dev/null and b/docs/media/logos/propellor-ai.png differ diff --git a/docs/media/logos/topsport.svg b/docs/media/logos/topsport.svg new file mode 100644 index 00000000000..8e35c7caba7 --- /dev/null +++ b/docs/media/logos/topsport.svg @@ -0,0 +1,68 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/docs/media/logos/trek10-logo.jpeg b/docs/media/logos/trek10-logo.jpeg new file mode 100644 index 00000000000..98bab568f64 Binary files /dev/null and b/docs/media/logos/trek10-logo.jpeg differ