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

Events driven architecture like aws event bridge contract testing #100

Open
GZLiew opened this issue Nov 7, 2022 · 1 comment
Open

Events driven architecture like aws event bridge contract testing #100

GZLiew opened this issue Nov 7, 2022 · 1 comment

Comments

@GZLiew
Copy link

GZLiew commented Nov 7, 2022

Hi

AWS has event bridge that has both a publisher and a subscriber for events in an Event Store

I would like to implement Pact specification on our microservices so we can run contract testing on our events published to and consumed from Event Bridge.

Most examples I saw currently is based on REST or Graphql.

Would like to know if this is achievable as Event Bridge has JSON schemas

@mefellows
Copy link
Member

Pact now support synchronous messages (#86) which you could use for event systems, along with existing support for Asynchronous messages.

You can now also extend pact via Plugins (#83.). Between these three things, you should be able to cover any of the above use cases (I don't think you need plugins for this, but you might like to create a custom capability that makes it more ergonomic to work with it).

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

No branches or pull requests

2 participants