0.1.1 • Published 8 years ago

serverless-simpledb-plugin v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

serverless-simpledb-plugin

Allows use of variables with cloudformation resource names as needed for SimpleDB.

Setup

  • Install via npm in the root of your Serverless Project:
npm install serverless-simpledb-plugin --save-dev
  • Add the plugin to the plugins array in your Serverless Project's s-project.json, like this:
"plugins": [
    "serverless-simpledb-plugin"
]
  • All done!