Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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
```