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

https://github.com/robinbuschmann/aws-lambda-sharp


https://github.com/robinbuschmann/aws-lambda-sharp

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# aws-lambda-sharp

## Install Dependencies
```
npm install
```

## Prepare for lambda
1. Remove sharp npm package
```
rm -rf node_modules/sharp/
```
2. Prepare sharp package properly
```
docker run -v "$PWD":/var/task lambci/lambda:build-nodejs6.10 npm install
```
3. Archive `node_modules` and `index.js`