├── .gitignore ├── index.js └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | .env 2 | node_modules -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CleverProgrammer/node_lambda_function/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CleverProgrammer/node_lambda_function/HEAD/package.json --------------------------------------------------------------------------------