tessl install tessl/pypi-aws-lambda-powertools@3.19.0Comprehensive developer toolkit implementing serverless best practices for AWS Lambda functions in Python
Agent Success
Agent success rate when using this tile
89%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.22x
Baseline
Agent success rate without this tile
73%
Build a Lambda function that processes e-commerce orders and emits custom CloudWatch metrics to track order processing performance and business KPIs.
Your Lambda function should:
Your function will receive events in the following format:
{
"order_id": "ord-12345",
"customer_id": "cust-67890",
"amount": 299.99,
"region": "us-east",
"payment_method": "credit_card",
"is_vip": false
}@generates
Provides utilities for AWS Lambda best practices, including custom metrics via EMF.