Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bberak/image-proxy
- Owner: bberak
- License: mit
- Created: 2024-07-07T00:31:41.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-07T00:49:46.000Z (4 months ago)
- Last Synced: 2024-07-08T01:37:43.977Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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