thebozturk / serverless-product-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repository has been created as a basic serverless project.

Technologies

  • Express
  • TypeScript
  • serverless-framework
  • Requirements

  • Aws Cli
  • serverless-framework

  • Installation

    $ git clone https://github.com/thebozturk/serverless-product-app.git

    $ cd serverless-product-app

    $ npm install

    Deploy

    $ serverless deploy

    Endpoints

    • POST /product - creates new product
    • GET /product/{id} - gets a product by id
    • PUT /product/{id} - updates a product by id
    • DELETE /product/{id} - deletes a product by id
    • GET /products - gets all products

    About


    Languages

    Language:TypeScript 100.0%