Skip to content

Feature request: add event envelope and parser model for VPC Lattice #2579

Closed
@leandrodamascena

Description

@leandrodamascena

Use case

With the general availability of Amazon VPC Lattice and considering that VPC Lattice supports Lambda as a target for VPC Target Group, then Powertools should add Parser support to VPC Lattice.

Solution/User Experience

@event_parser(model=VPCLattice, envelope=envelopes.VPCLattice)
def handler(event: VPCLattice, context: LambdaContext):
    print(event.body)

Alternative solutions

No response

Acknowledgment

Metadata

Metadata

Labels

Type

No type

Projects

Status

Shipped

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions