Skip to content

Feature request: add support for VPC Lattice v2 in Event Handler, Data Class and parser #3160

Closed
@leandrodamascena

Description

@leandrodamascena

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

Metadata

Metadata

Type

No type

Projects

Status

Shipped

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions