You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
leandrodamascena
changed the title
Feature request: add event envelope and parser model for VPC Lattice v2
Feature request: add support for VPC Lattice v2 in Event Handler, Data Class and parser
Oct 2, 2023
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
The text was updated successfully, but these errors were encountered: