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

Publish Feast/Apple sub notifications to SQS #1396

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

tomwadeson
Copy link
Contributor

What does this change?

This PR extends the Feast/Apple webhook handler to publish subscription events to a new SQS queue.

How to test

Post a dummy webhook payload to the endpoint (use the example from the unit test) and observe that the associated receipt is published to the queue.

Observed in CODE:

Screenshot 2024-03-13 at 14 15 38

How can we measure success?

Have we considered potential risks?

Images

Accessibility

Copy link
Member

@tjmw tjmw left a comment

Choose a reason for hiding this comment

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

Looks great. I left one nitpicky naming comment to take or leave.

typescript/src/feast/pubsub/pubsub.ts Outdated Show resolved Hide resolved
@tomwadeson tomwadeson changed the base branch from tew/feast-webhook-lambda to main March 15, 2024 11:14
@tomwadeson tomwadeson force-pushed the tew/feast-subscription-event-queue branch from b48feec to 35607c7 Compare March 15, 2024 11:19
@tomwadeson tomwadeson marked this pull request as ready for review March 15, 2024 11:20
@tomwadeson tomwadeson merged commit 5fbdbfb into main Mar 15, 2024
1 check passed
@tomwadeson tomwadeson deleted the tew/feast-subscription-event-queue branch March 15, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants