The API to provide a summary information about Covid-19 cases and make queries by countries.
The API is documented using Swagger. You can find the documentation here.
- Node.js
- Docker
- AWS CLI
- SAM CLI
clone https://github.com/shehabshalan/covid-api-lambda.git
cd covid-api-lambdasam buildsam local start-apisam deploy --guidednpm installnpm test├── __tests__
│ └── index.test.js
├── events
│ └── event.json
├── lambdas
│ └── index.js
├── layer
│ └── nodejs
│ └── node_modules
│ └── handler
│ └── index.js
│ └── package.json
│ └── package.json
├── package.json
├── package-lock.json
├── README.md
├── samconfig.toml
└── template.yaml