Skip to content

Swapi api integration example along with lambda functions, dynamodb and api gateway.

Notifications You must be signed in to change notification settings

volcanoxp/Serverless_Api_Integration_SWAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example integration API SWAPI with serverless API

Usage

Deployment

  1. Install dependencies with:
npm install
  1. Then deploy:
serverless deploy

Local development

  1. Install dependencies with:
npm install
  1. Install dynamodb local
sls dynamodb install
  1. Run and start to test apis
sls offline start

Features

  • DynamoDB
  • Express
  • Serverless

API Endpoints

List of available routes:

Vehicle routes:
GET /vehicle/ - Get all vehicles in DynamoDB
POST /vehicle/ - Save vehicle in DynamoDB
GET /vehicle/:id - Get specify vehicle\

SWAPI routes:
GET /swapi/vehicles - Get vehicles of SWAPI\

API POSTMAN DOCUMENTACION / EXAMPLES

https://documenter.getpostman.com/view/11308127/2s7ZE1PRw9

About

Swapi api integration example along with lambda functions, dynamodb and api gateway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published