Created
August 27, 2018 04:33
-
-
Save hugesean/169f6fae1cd9639b5d780ff34d2a7b5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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