Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bberak/image-proxy

Backend for an image proxy that can be deployed on AWS Lambda
https://github.com/bberak/image-proxy

Last synced: 26 days ago
JSON representation

Backend for an image proxy that can be deployed on AWS Lambda

Awesome Lists containing this project

README

        

# Getting Started

## Prerequisities

- Make sure you are on the *master* branch ```git checkout master```
- Node v6.10.0 ```nvm install 6.10.0 && nvm use 6.10.0```
- NPM v3.10.10
- Docker ```https://store.docker.com/editions/community/docker-ce-desktop-mac``` (Open Docker.app to finalize installation)

## Deploying

```
git clone https://gitlab.com/neap/image-proxy.git && cd image-proxy
git checkout master
git pull
nvm use 6.10.0
npm install
npm run build
```

- Upload ```image-proxy.zip``` to AWS using the online console