Closed
Description
Use case
On Sep 7, 2023, AWS introduced support for VPC Lattice v2 payload and we need to add support in data class/parser/event handler.
Reference: https://docs.aws.amazon.com/vpc-lattice/latest/ug/lambda-functions.html
Solution/User Experience
@event_parser(model=VPCLatticeV2, envelope=envelopes.VPCLatticeV2)
def handler(event: VPCLatticeV2, context: LambdaContext):
print(event.body)
Alternative solutions
No response
Acknowledgment
- This feature request meets Powertools for AWS Lambda (Python) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Shipped