Skip to content

Instantly share code, notes, and snippets.

@msfidelis
Created July 3, 2018 23:24
Show Gist options
  • Save msfidelis/718c6f839656d9b0bc13e89666db7828 to your computer and use it in GitHub Desktop.
Save msfidelis/718c6f839656d9b0bc13e89666db7828 to your computer and use it in GitHub Desktop.
{
"name": "migrate-express-to-serverless",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "export NODE_ENV=dev && serverless offline start --skipCacheInvalidation"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"config": "^1.30.0",
"consign": "^0.1.6",
"cors": "^2.8.4",
"express": "^4.16.3",
"helmet": "^3.12.1",
"serverless-http": "^1.6.0"
},
"devDependencies": {
"serverless-offline": "^3.25.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment