Skip to content

Instantly share code, notes, and snippets.

@RishiRajSahu
Created February 4, 2020 05:14
Show Gist options
  • Save RishiRajSahu/5e0fe1e21041846c18d80fc88884c56e to your computer and use it in GitHub Desktop.
Save RishiRajSahu/5e0fe1e21041846c18d80fc88884c56e to your computer and use it in GitHub Desktop.
package.json
{
"name": "aws-sns-lambda-integration",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.585.0",
"config": "^3.2.4",
"http-status-codes": "^1.4.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"winston": "^3.2.1"
},
"devDependencies": {
"serverless-offline": "^5.12.1",
"serverless-offline-sns": "^0.68.0",
"standard": "^14.3.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment