Publishing Serverless Finch

Reading time ~1 minute

Want to learn more about serverless? Sign up for my mailing list!

A little while ago I was working on a Serverless Framework project that needed an easy way to deploy and configure files in S3 as a static website. I didn’t want to do this manually and was hoping to keep the scope of everything within the Serverless Framework. After some back and forth I ended up republishing an outdated npm package as serverless-finch and you’re now welcome to use and contribute to it.

Serverless finch wasn’t my plugin initially. I found a serverless plugin for this purpose that Serverless Inc. hadn’t updated in awhile. I tried to use it but ran into a few errors. After reading over a few resolved issues it looked like the problems were fixed on the Github repo but never pushed to npm. So I checked in with the Serverless team:

Discussion with serverless maintainers

And eventually I decided to publish a new package myself. Turns out they wanted to update but apparently lost the npm credentials to do so. So, through absolutely no credit of my own you can now use Serverless Finch.

npm install serverless-finch

Feel free to take a closer look on npm

After I published it, the serverless.com folks decided to retire their version:

Old package repo with a message saying to use serverless-finch

Looks like I’ll have to keep this one updated!