-
Notifications
You must be signed in to change notification settings - Fork 153
Feature request: implement APIGatewayProxyWebsocketEventSchema #3787
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
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hi @fredericrous, do you have an example of this event payload? |
the event looks like this https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-lambda-auth.html in @types/aws-lambda it is implemented under the name of APIGatewayProxyWebsocketEventV2 |
Hey, we already have this Model in PT Python and I forgot to open an issue to add this support in PT TypeScript too, my bad! But looks like we are missing to add the |
Thank you both for the additional clarifications. I have added this item on the backlog and also added the If anyone is interested in working on this, please leave a comment so I can assign the issue to you. If not picked up by the community we'll work on it during the coming weeks. |
@dreamorosi, I can pick this up |
Ok, thank you! |
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. |
This is now released under v2.18.0 version! |
Use case
as a Developer I would to use powertools parser on websocket lambda's event
Solution/User Experience
implement APIGatewayProxyWebsocketEventSchema
Alternative solutions
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: