| Idempotency | Y | Y | Y | Y | Prevent duplicate processing |
| Batch Processing | Y | Y | Y | Y | Handle partial failures (SQS/Kinesis/DynamoDB) |
| Parameters | Y | Y | Y | Y | SSM/Secrets Manager with caching |
| Kafka Consumer | Y | Y | Y | Y | Kafka event deserialization (Avro, Protobuf, JSON Schema) |
| JMESPath Functions | Y | Y | - | Y | Extract/deserialize nested JSON payloads |
| Parser/Validation | Y | Y | Y | - | Event validation and parsing (Pydantic/Standard Schema) |
| Event Handler: REST API | Y | Y | - | - | API Gateway, ALB, Lambda Function URL |
| Event Handler: GraphQL | Y | Y | - | - | AppSync GraphQL resolvers |
| Event Handler: AppSync Events | Y | Y | - | Y | AppSync real-time event handlers |
| Event Handler: Bedrock Agents | Y | Y | - | Y | Amazon Bedrock Agent function resolvers |
| Feature Flags | Y | - | - | - | Runtime feature toggling with AppConfig |
| Streaming | Y | - | - | - | Process large S3 objects/datasets |
| Data Masking | Y | - | - | - | Encrypt/mask sensitive data fields |
| Event Source Data Classes | Y | - | - | - | Typed classes for Lambda event sources |
| Typing | Y | - | - | - | Static typing for Lambda context |
| Middleware Factory | Y | - | - | - | Create custom middleware decorators |
| Datadog Metrics | Y | - | - | - | Alternative metrics provider for Datadog |
| Custom Resources | - | - | Y | - | CloudFormation custom resource handlers |
| Large Messages | - | - | Y | - | Handle messages >256KB via S3 |
| Serialization | - | - | Y | - | JSON serialization utilities |