|
1 | 1 | ---
|
2 | 2 | title: Homepage
|
3 |
| -description: AWS Lambda Powertools Python |
| 3 | +description: AWS Lambda Powertools for Python |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | <!-- markdownlint-disable MD043 -->
|
@@ -412,12 +412,12 @@ sam init --location https://github.com/aws-samples/cookiecutter-aws-sam-python
|
412 | 412 | Core utilities such as Tracing, Logging, Metrics, and Event Handler will be available across all Lambda Powertools languages. Additional utilities are subjective to each language ecosystem and customer demand.
|
413 | 413 |
|
414 | 414 | | Utility | Description |
|
415 |
| -|----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 415 | +| -------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | |
416 | 416 | | [Tracing](./core/tracer.md) | Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions |
|
417 | 417 | | [Logger](./core/logger.md) | Structured logging made easier, and decorator to enrich structured logging with key Lambda context details |
|
418 | 418 | | [Metrics](./core/metrics.md) | Custom Metrics created asynchronously via CloudWatch Embedded Metric Format (EMF) |
|
419 | 419 | | [Event handler: AppSync](./core/event_handler/appsync.md) | AppSync event handler for Lambda Direct Resolver and Amplify GraphQL Transformer function |
|
420 |
| -| [Event handler: API Gateway, ALB and Lambda Function URL](https://awslabs.github.io/aws-lambda-powertools-python/latest/core/event_handler/api_gateway/) | Amazon API Gateway REST/HTTP API and ALB event handler for Lambda functions invoked using Proxy integration, and Lambda Function URL | |
| 420 | +| [Event handler: API Gateway, ALB and Lambda Function URL](https://awslabs.github.io/aws-lambda-powertools-python/latest/core/event_handler/api_gateway/) | Amazon API Gateway REST/HTTP API and ALB event handler for Lambda functions invoked using Proxy integration, and Lambda Function URL | |
421 | 421 | | [Middleware factory](./utilities/middleware_factory.md) | Decorator factory to create your own middleware to run logic before, and after each Lambda invocation |
|
422 | 422 | | [Parameters](./utilities/parameters.md) | Retrieve parameter values from AWS Systems Manager Parameter Store, AWS Secrets Manager, or Amazon DynamoDB, and cache them for a specific amount of time |
|
423 | 423 | | [Batch processing](./utilities/batch.md) | Handle partial failures for AWS SQS batch processing |
|
|
0 commit comments