Skip to content

Instantly share code, notes, and snippets.

@hugesean
Created August 27, 2018 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugesean/169f6fae1cd9639b5d780ff34d2a7b5d to your computer and use it in GitHub Desktop.
Save hugesean/169f6fae1cd9639b5d780ff34d2a7b5d to your computer and use it in GitHub Desktop.
{
"name": "backend",
"version": "1.0.0",
"description": "Backend for Serverless demo",
"main": "app.js",
"dependencies": {
"claudia-api-builder": "^4.1.1",
"claudia": "^5.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "claudia create --name backend --region <YOUR AWS REGION> --api-module app ",
"deploy": "claudia update --use-local-dependencies"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment