Node.js Contribution to Heroku's Dev Center
Posted on 17 March 2014
I recently wrote a new article for Heroku's Dev Center on carrying out asynchronous direct-to-S3 uploads using Node.js.
he article is based heavily on the previous Python version [1], where the only major change is the method for signing the AWS request. This method was outlined in an earlier blog post [2].
The article is available here [3] and there is also a companion code repository [4] for the example it describes.