https://github.com/robinbuschmann/aws-lambda-sharp
https://github.com/robinbuschmann/aws-lambda-sharp
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinbuschmann/aws-lambda-sharp
- Owner: RobinBuschmann
- Created: 2018-07-20T19:03:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T14:31:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T17:34:53.849Z (over 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`