You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+12-11
Original file line number
Diff line number
Diff line change
@@ -42,17 +42,18 @@ You can use Powertools for AWS Lambda in both TypeScript and JavaScript code bas
42
42
43
43
Powertools for AWS Lambda (TypeScript) is built as a modular toolkit, so you can pick and choose the utilities you want to use. The following table lists the available utilities, and links to their documentation.
|[Tracer](./features/tracer.md)| Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions |
48
-
|[Logger](./features/logger.md)| Structured logging made easier, and a middleware to enrich structured logging with key Lambda context details |
49
-
|[Metrics](./features/metrics.md)| Custom Metrics created asynchronously via CloudWatch Embedded Metric Format (EMF) |
50
-
|[Parameters](./features/parameters.md)| High-level functions to retrieve one or more parameters from AWS SSM Parameter Store, AWS Secrets Manager, AWS AppConfig, and Amazon DynamoDB |
51
-
|[Idempotency](./features/idempotency.md)| Class method decorator, Middy middleware, and function wrapper to make your Lambda functions idempotent and prevent duplicate execution based on payload content. |
52
-
|[Batch Processing](./features/batch.md)| Utility to handle partial failures when processing batches from Amazon SQS, Amazon Kinesis Data Streams, and Amazon DynamoDB Streams. |
53
-
|[JMESPath Functions](./features/jmespath.md)| Built-in JMESPath functions to easily deserialize common encoded JSON payloads in Lambda functions. |
54
-
|[Parser](./features/parser.md)| Utility to parse and validate AWS Lambda event payloads using Zod, a TypeScript-first schema declaration and validation library. |
55
-
|[Validation](./features/validation.md)| JSON Schema validation for events and responses, including JMESPath support to unwrap events before validation. |
|[Parameters](./features/parameters.md)| High-level functions to retrieve one or more parameters from AWS SSM Parameter Store, AWS Secrets Manager, AWS AppConfig, and Amazon DynamoDB |
52
+
|[Idempotency](./features/idempotency.md)| Class method decorator, Middy middleware, and function wrapper to make your Lambda functions idempotent and prevent duplicate execution based on payload content. |
53
+
|[Batch Processing](./features/batch.md)| Utility to handle partial failures when processing batches from Amazon SQS, Amazon Kinesis Data Streams, and Amazon DynamoDB Streams. |
54
+
|[JMESPath Functions](./features/jmespath.md)| Built-in JMESPath functions to easily deserialize common encoded JSON payloads in Lambda functions. |
55
+
|[Parser](./features/parser.md)| Utility to parse and validate AWS Lambda event payloads using Zod, a TypeScript-first schema declaration and validation library. |
56
+
|[Validation](./features/validation.md)| JSON Schema validation for events and responses, including JMESPath support to unwrap events before validation. |
0 commit comments