Feature request: Add Cognito trigger models in parser utility
leandrodamascena opened this issue · 6 comments
Use case
Original issue in TypeScript: aws-powertools/powertools-lambda-typescript#3675
We should add schemas for Cognito Lambda triggers. Lambda triggers customize the flow of user pool sign-up, authentication, etc. Details are in docs.
Solution/User Experience
Add all models
Alternative solutions
Acknowledgment
- This feature request meets Powertools for AWS Lambda (Python) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET
I'm leaving it open for a while! If anyone wants to pick it up and work on it, please let me know and I can give some guidance.
Hi @leandrodamascena , I would like to work on this, also I am working on the mentioned original issue 3675 in Typescript tools so have some basic idea.
Hey @VatsalGoel3! Yes, please go ahead with this implementation! If you have any questions about the Python implementation, please let me know!
I'm assigning this issue to you.
Hey @VatsalGoel3! I see that you're working on this PR aws-powertools/powertools-lambda-typescript#3729 in TypeScript and I think make sense you finish first TypeScript implementation and then we can port it to Python. I'm putting this issue in the backlog and will assign you when we merge the TS version.
Thanks