@dotcom-tool-kit/backend-serverless-app
A bootstrap plugin that provides the minimum required Tool Kit plugins for a "backend" (aka an API) that is deployed to AWS. The plugins are:
This bootstrap plugin is also preconfigured to run the ServerlessRun task on the hook run:local, and binds the tasks defined by the serverless plugin to the hooks defined by circleci-deploy.
Installation
With Tool Kit already set up, install this plugin as a dev dependency:
npm install --save-dev @dotcom-tool-kit/backend-serverless-app
And add it to your repo's .toolkitrc.yml:
plugins:
- '@dotcom-tool-kit/backend-serverless-app'