Code repository for mocks maintained by Wallet Onboarding Products. This project contains two modules:
sts-mock- A mock of STS (Security Token Service), built using Imposter and deployed to ECS Fargate.txma-mock- A mock of the Mobile PlatformPOST /txma-eventendpoint, built using API Gateway's mock integration.
This project uses pre-commit to enforce code quality and validate commit messages against Conventional Commits standards across all projects in this repository. Non-conforming messages will be rejected.
Ensure your branch is up to date and all hooks pass before opening a pull request. Avoid using the git --no-verify flag to skip these checks unless absolutely necessary.
brew install pre-commitpre-commit install
pre-commit install --hook-type commit-msgSee the README in each module directory for further information.