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

feat(parser): add AppSyncResolver model #6400

Conversation

VatsalGoel3
Copy link
Contributor

@VatsalGoel3 VatsalGoel3 commented Apr 4, 2025

Issue number: #6111

Summary

Changes

This PR introduces a new built-in model AppSyncResolverEventModel for the Parser utility in Powertools for AWS Lambda (Python), enabling structured parsing and validation of AWS AppSync Resolver events using Pydantic. The schema supports fields such as arguments, identity, source, request, info, prev, and stash, covering all standard AppSync resolver context attributes.

Additionally:

  • A set of identity sub-models (IAM, Cognito, OIDC, Lambda) was introduced.
  • New tests for valid and invalid payloads have been added.
  • Documentation was updated to reflect the new model in the built-in schema list.
  • The model was added to the package exports for use via aws_lambda_powertools.utilities.parser.models.

User experience

Before:
Users had to manually define models for AppSync Resolver events or rely on loosely-typed parsing.

After:
Users can now simply use the built-in AppSyncResolverEventModel to validate and parse incoming AppSync event payloads with full type safety and field coverage using Pydantic.


Checklist

If your change doesn't seem to apply, please leave them unchecked.

Is this a breaking change?

RFC issue number: N/A

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@VatsalGoel3 VatsalGoel3 requested a review from a team as a code owner April 4, 2025 04:42
@VatsalGoel3 VatsalGoel3 requested a review from anafalcao April 4, 2025 04:42
@boring-cyborg boring-cyborg bot added documentation Improvements or additions to documentation tests labels Apr 4, 2025
Copy link

boring-cyborg bot commented Apr 4, 2025

Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need.
In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: Invite link

@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 4, 2025
@VatsalGoel3
Copy link
Contributor Author

@leandrodamascena, I have completed the issue #6111 in this PR, I have followed the guidelines of code completly to the best of my knowledge, as this was my first PR for the Powertools in Python, if anything is missing or needs changes please let me know.
Thank you

@leandrodamascena leandrodamascena changed the title Feature/appsync resolver schema feat(parser): add AppSyncResolver model Apr 4, 2025
@leandrodamascena leandrodamascena self-assigned this Apr 4, 2025
@leandrodamascena leandrodamascena linked an issue Apr 4, 2025 that may be closed by this pull request
2 tasks
@github-actions github-actions bot added feature New feature or functionality and removed documentation Improvements or additions to documentation labels Apr 4, 2025
Copy link

codecov bot commented Apr 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.33%. Comparing base (5aa107c) to head (3c4a83a).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #6400      +/-   ##
===========================================
+ Coverage    96.31%   96.33%   +0.01%     
===========================================
  Files          242      243       +1     
  Lines        11711    11758      +47     
  Branches       871      871              
===========================================
+ Hits         11280    11327      +47     
  Misses         337      337              
  Partials        94       94              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @VatsalGoel3! Thanks a lot for this PR! I just left a small comment and after that we are ready to merge.

@boring-cyborg boring-cyborg bot added the documentation Improvements or additions to documentation label Apr 4, 2025
Copy link
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @VatsalGoel3! Just a little small change and it's ready to merge.

@VatsalGoel3
Copy link
Contributor Author

@leandrodamascena, I made the changes

Copy link

sonarqubecloud bot commented Apr 4, 2025

@leandrodamascena leandrodamascena removed their assignment Apr 4, 2025
Copy link
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for working on this and resolving all the issues in this PR @VatsalGoel3!

Another super cool contribution to Powertools! Approved

@leandrodamascena leandrodamascena merged commit a386a87 into aws-powertools:develop Apr 4, 2025
12 checks passed
Copy link

boring-cyborg bot commented Apr 4, 2025

Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature or functionality size/L Denotes a PR that changes 100-499 lines, ignoring generated files. tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add AppSync Resolver Event Schema to Parser
2 participants