### 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 - [X] This feature request meets [Powertools for AWS Lambda (Python) Tenets](https://docs.powertools.aws.dev/lambda/python/latest/#tenets) - [ ] Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)