8000 Feature request: add event envelope and parser model for VPC Lattice · Issue #2579 · aws-powertools/powertools-lambda-python · GitHub
[go: up one dir, main page]

Skip to content

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

@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

    0