@dotcom-tool-kit/backend-serverless-app
v6.0.9
Published
A bootstrap plugin that provides the minimum required Tool Kit plugins for a "backend" (aka an [API](https://github.com/Financial-Times/next/wiki/Naming-Conventions#apis)) that is deployed to AWS. The plugins are:
Downloads
1,589
Readme
@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:
@dotcom-tool-kit/npm@dotcom-tool-kit/circleci-deploy@dotcom-tool-kit/serverless@dotcom-tool-kit/node
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-appAnd add it to your repo's .toolkitrc.yml:
plugins:
- '@dotcom-tool-kit/backend-serverless-app'