├── .gitignore ├── README.md ├── handler.js └── serverless.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/aws-node-http-api-project/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/aws-node-http-api-project/HEAD/README.md -------------------------------------------------------------------------------- /handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/aws-node-http-api-project/HEAD/handler.js -------------------------------------------------------------------------------- /serverless.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/aws-node-http-api-project/HEAD/serverless.yml --------------------------------------------------------------------------------