Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasgriffintn/images.nicholasgriffin.dev
A serverlesss image processing stack running on AWS Lambda.
https://github.com/nicholasgriffintn/images.nicholasgriffin.dev
Last synced: about 1 month ago
JSON representation
A serverlesss image processing stack running on AWS Lambda.
- Host: GitHub
- URL: https://github.com/nicholasgriffintn/images.nicholasgriffin.dev
- Owner: nicholasgriffintn
- Created: 2021-08-22T12:40:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T18:53:44.000Z (over 1 year ago)
- Last Synced: 2024-04-22T05:10:36.020Z (7 months ago)
- Language: JavaScript
- Size: 433 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# images.nicholasgriffin.dev
A serverlesss image processing stack running on AWS Lambda.
## Building Sharp outside of Linux
```
npm install
npm install --arch=x64 --platform=linux --target=10.15.0 sharp
```