⬅️ Back to blog

Node.js Contribution to Heroku's Dev Center

17 March 2014

🏷️ contribution 🏷️ heroku 🏷️ javascript

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, where the only major change is the method for signing the AWS request. This method was outlined in an earlier blog post.

The article is available here and there is also a companion code repository for the example it describes.