Using PReS Workflow to connect to AWS S3 and SQS

A new customer that we are onboarding at the moment had a requirement that connection is to be made through AWS S3 and SQS calls. As this is a very new thing for myself I was after some guidance on how best to do this.

My initial thoughts are to use the Javascript Nodejs SDK to build the solution, in my thinking this would handshake well with PReS Workflow as the back end is in HTML/CSS/Javascript also. Are there any Walkthroughs, Tutorials or Links that can be shared so as I can move forward with this development?

You may find the following links useful:

The full Connect REST API reference can be located here: OL Connect API Cookbook

You can also effectively make custom endpoints with the workflow by setting up processes on a NodeJS input plugin. You define whatever custom action you wish there, then use the Workflow to process the request and return the desired response.