How to use dynamodb-local with Serverless CI/CD

I am using Serverless CI/CD and trying to automate the tests by putting the commands to be executed in package.json. However, I don’t know how to use Serverless CI/CD when I need to start a local server like dynamodb-local and test against it. If anyone knows, please let me know.

There is some really good documentation on the entire dashboard including this specific page that may help you: https://www.serverless.com/framework/docs/guides/cicd/custom-scripts/

1 Like