Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 2 tasks
leandrodamascena opened this issue Oct 2, 2023 · 2 comments · Fixed by #3153
Closed
1 of 2 tasks
Assignees
Labels

Comments

@leandrodamascena
Copy link
Contributor

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

@leandrodamascena leandrodamascena added triage Pending triage from maintainers feature-request feature request labels Oct 2, 2023
@leandrodamascena 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
@leandrodamascena leandrodamascena linked a pull request Oct 2, 2023 that will close this issue
7 tasks
@leandrodamascena leandrodamascena self-assigned this Oct 2, 2023
@leandrodamascena leandrodamascena added event_handlers and removed triage Pending triage from maintainers labels Oct 2, 2023
@leandrodamascena
Copy link
Contributor Author

PR #3153

@leandrodamascena leandrodamascena moved this from Triage to Working on it in Powertools for AWS Lambda (Python) Oct 2, 2023
@github-project-automation github-project-automation bot moved this from Working on it to Coming soon in Powertools for AWS Lambda (Python) Oct 5, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

This issue is now closed. Please be mindful that future comments are hard for our team to see.

If you need more assistance, please either tag a team member or open a new issue that references this one.

If you wish to keep having a conversation with other community members under this issue feel free to do so.

@leandrodamascena leandrodamascena moved this from Coming soon to Shipped in Powertools for AWS Lambda (Python) Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Shipped
Development

Successfully merging a pull request may close this issue.

1 participant