An open API service indexing awesome lists of open source software.

https://github.com/rgaidot/api-rekognition

API Rekognition - A simple Serverless API using AWS Rekognition and Koajs
https://github.com/rgaidot/api-rekognition

aws docker koajs nodejs rekognition serverless

Last synced: 1 day ago
JSON representation

API Rekognition - A simple Serverless API using AWS Rekognition and Koajs

Awesome Lists containing this project

README

          

# API Rekognition - A simple Serverless API using AWS Rekognition and Koajs

## Prerequisites

- [Docker](https://docs.docker.com/engine/installation/)
- [npm](https://www.npmjs.com/)

## Install

```sh
make install
```

## Dev

```sh
make run
```

### Lint sources codes
```sh
make prettier
```

## Test

```sh
make test
```