Comprehensive developer toolkit implementing serverless best practices for AWS Lambda functions in Python
89
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.
Install with Tessl CLI
npx tessl i tessl/pypi-aws-lambda-powertoolsdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10