Umkus / lambda-layer-sharp

An AWS lambda layer with pre-built sharp node module optimised for minimal layer size
92 stars 29 forks source link

Setup Github actions #8

Closed hansottowirtz closed 3 years ago

hansottowirtz commented 3 years ago

This PR adds files to automatically build the layer zip and publish it to Github in a release (if there's a new version of sharp)

It will look like this: https://github.com/bubblydoo/lambda-layer-sharp/releases

I also removed minimization because it makes debugging much harder. The difference is 159KB.

Closes #6.