Skip to content

A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier

License

Notifications You must be signed in to change notification settings

eldritchideen/aws-lambda-powertools-python

This branch is 1 commit ahead of, 3057 commits behind aws-powertools/powertools-lambda-python:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87e8fde · Oct 10, 2022
Jul 18, 2022
Oct 3, 2022
Oct 10, 2022
Feb 9, 2021
Oct 10, 2022
Oct 5, 2022
Oct 7, 2022
Oct 10, 2022
Aug 18, 2022
Jun 23, 2022
Aug 3, 2022
Aug 3, 2022
Jun 23, 2022
Sep 13, 2022
Sep 9, 2021
Apr 5, 2021
Oct 10, 2022
Nov 15, 2019
Aug 23, 2022
Mar 19, 2021
Aug 25, 2022
Aug 21, 2021
Aug 24, 2022
Oct 5, 2022
Jul 19, 2022
Mar 20, 2021
Sep 13, 2022
Aug 19, 2022
Aug 12, 2022
Aug 24, 2022
Oct 7, 2022
Oct 10, 2022
Aug 24, 2022

Repository files navigation

AWS Lambda Powertools for Python

Build codecov.io PythonSupport PyPI version PyPi monthly downloads Lambda Layer Join our Discord

A suite of Python utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. (AWS Lambda Powertools Java and Typescript is also available).

📜Documentation | 🐍PyPi | Roadmap | Detailed blog post

An AWS Developer Acceleration (DevAx) initiative by Specialist Solution Architects | aws-devax-open-source@amazon.com

Features

  • Tracing - Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions
  • Logging - Structured logging made easier, and decorator to enrich structured logging with key Lambda context details
  • Metrics - Custom Metrics created asynchronously via CloudWatch Embedded Metric Format (EMF)
  • Event handler: AppSync - AWS AppSync event handler for Lambda Direct Resolver and Amplify GraphQL Transformer function
  • Event handler: API Gateway and ALB - Amazon API Gateway REST/HTTP API and ALB event handler for Lambda functions invoked using Proxy integration
  • Bring your own middleware - Decorator factory to create your own middleware to run logic before, and after each Lambda invocation
  • Parameters utility - Retrieve and cache parameter values from Parameter Store, Secrets Manager, or DynamoDB
  • Batch processing - Handle partial failures for AWS SQS batch processing
  • Typing - Static typing classes to speedup development in your IDE
  • Validation - JSON Schema validator for inbound events and responses
  • Event source data classes - Data classes describing the schema of common Lambda event triggers
  • Parser - Data parsing and deep validation using Pydantic
  • Idempotency - Convert your Lambda functions into idempotent operations which are safe to retry
  • Feature Flags - A simple rule engine to evaluate when one or multiple features should be enabled depending on the input

Installation

With pip installed, run: pip install aws-lambda-powertools

Tutorial and Examples

Credits

Connect

Security disclosures

If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here or email AWS security directly.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%