AWS Lambda Powertools (Python)
AWS Labs has a lot of open source code up on GitHub. This post looks at the AWS Lambda Powertools for Python. This project aims to help you get the most out of your AWS Lambda functions.
I call out a few more details in the Twitter thread below…
let’s look at AWS Lambda Powertools (Python). it’s available at https://github.com/awslabs/aws-lambda-powertools-python
☁️ #cloud #devops
the last thread on the @awscloud Deployment Framework is up at https://markn.ca/2021/aws-deployment-framework/
☁️ #cloud #devops
- AWS Lambda only
- ease the adoption of best practice
- keep it lean
- strive for backwards compatibility
- work backwards from the community
- be idiomatic
those are solid
☁️ #cloud #devops
this project deploys as a layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html), making it super simple to use
the main areas of help:
- tracing
- logging
- metrics
- event handling
☁️ #cloud #devops
☁️ #cloud #devops
☁️ #cloud #devops
full docs at https://awslabs.github.io/aws-lambda-powertools-python/latest/
/ ☁️ #cloud #devops