This is a sample repository which implements contract testing of a serverless microservice. The repository contains two example projects:
- example-consumer-service
- This is an example typescript application that is a consumer to Order Service.
- see README.md
- example-provider-service
- This is the microservice (Order Service) being deployed and tested as a provider.
- See README.md
These projects utilize the open source code-first tool, Pact for testing HTTP and message integrations via contract testing.