Giter Club home page Giter Club logo

serverless-node-simple-crud's Introduction

serverless-node-simple-crud

Simple AWS lambda serverless function for crud operations using Expressjs.

Setup

  • Install node, npm
  • Run the following commands
# Install serverless globally
$ npm install -g serverless

# Provide credentials of AWS to serverless
$ sls config credentials --provider aws --key PUBLIC_KEY --secret SECRET_KEY

# Install dependencies
$ npm install

# Export Env variable
$ export MY_API_KEY= Some text for api key generation

Deployment

Setup the following variables into your AWS lambda function.

NODE_ENV=production/development
DATABASE= Name of the database.
DB_USERNAME= Database user name
DB_PASSWORD= Database password
DB_HOST= Database host
DB_PORT= Database port

Deploying serverless function to AWS.

$ sls deploy  # Deploying serverless function to AWS

Running

  • Make a POST APIs call with the API URL returned.
  • Set API key value in the x-api-key header of every request.
  • The API key is auto-generated by AWS and printed on the screen while running 'sls deploy'.
  • Refer to postman collection in the codebase with the file named 'serverless-node-simple-crud.postman_collection.json'

Contributors

Vikas Patidar

License

Built under MIT license.

serverless-node-simple-crud's People

Contributors

sumits-systango avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.