@@ -133,47 +133,6 @@ Feature parity on Parser feature
133
133
- [x] Support for user-defined envelopes
134
134
- [x] Docs
135
135
136
- ### Idempotency
137
-
138
- > [ Docs] ( https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/idempotency/ )
139
-
140
- Feature parity on Idempotency feature
141
-
142
- - [x] Support for Lambda handler idempotency (simple functions)
143
- - [x] Support for any JS/TS function idempotency (complex functions)
144
- - [x] Support for Lambda Timeouts
145
- - [x] Support for JMESPath
146
- - [x] Support for Bring Your Own provider
147
- - [x] Docs
148
-
149
- ### Parameters
150
-
151
- > [ Docs] ( https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parameters/ )
152
-
153
- Feature parity on Parameters feature
154
-
155
- - [x] Support for SSM Parameter Store
156
- - [x] Support for Secrets Manager
157
- - [x] Support for DynamoDB
158
- - [x] Support for AppConfig
159
- - [x] Support for Bring Your Own provider
160
- - [x] Support for AWS SDK v3 escape hatch
161
- - [x] Docs
162
-
163
- ### Batch processing
164
-
165
- > [ Docs] ( https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/batch/ )
166
-
167
- - [x] Support for standard SQS Queues
168
- - [x] Support for FIFO SQS Queues
169
- - [x] Support for Kinesis Streams
170
- - [x] Support for DynamoDB Streams
171
- - [x] Support for async processing
172
- - [x] Support for sync (I/O blocking) processing
173
- - [x] Support for Bring Your Own batch processor
174
- - [x] Support for Lambda Context injection
175
- - [x] Docs
176
-
177
136
### Version 2 release
178
137
179
138
> [ Docs] ( https://docs.powertools.aws.dev/lambda/typescript/latest/upgrade/ )
0 commit comments