Skip to content

refactor(event-handler): mark identity field as unknown in event #3922

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

Merged
merged 3 commits into from
May 13, 2025

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR updates the type of the identity field in the types for AppSync Events in the Event Handler package to account for the fact that the field can have different contents based on the authorizer used in the API.

The PR also adds a short explanation of what kind of values customers can expect from the field in the docstring of the event.

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #3921


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.

@dreamorosi dreamorosi self-assigned this May 13, 2025
@pull-request-size pull-request-size bot added the size/XS PR between 0-9 LOC label May 13, 2025
@boring-cyborg boring-cyborg bot added the event-handler This item relates to the Event Handler Utility label May 13, 2025
@github-actions github-actions bot added the enhancement PRs that introduce minor changes, usually to existing features label May 13, 2025
@pull-request-size pull-request-size bot added size/S PR between 10-29 LOC and removed size/XS PR between 0-9 LOC labels May 13, 2025
@dreamorosi dreamorosi merged commit 27a6470 into main May 13, 2025
44 checks passed
@dreamorosi dreamorosi deleted the refactor/evt_handler_identity_appsync branch May 13, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement PRs that introduce minor changes, usually to existing features event-handler This item relates to the Event Handler Utility size/S PR between 10-29 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: identity field should be unknown in AppSync Event types
2 participants