Mock Util plugin provides support for running API and storage servers locally on developers computer before pushing resources to the cloud.
Mocking is intended for testing only, and should not be utilized for production workloads
The current set of commands supported by the Amplify Mock Util Plugin
Command | Description |
---|---|
amplify mock | Run mock server for supported categories |
amplify mock api | Run mock GraphQL server to simulate AppSync |
amplify mock function | Locally test/invoke the function in your local backend. |
amplify mock storage | Run mock server to simulate S3 |