I’m trying to implement a new AWS node. Inspecting what you already have, I see that you are using aws4 and Rest API for existing AWS nodes(SNS, SES, S3).
My question is: Can I use the aws-sdk for the new node or do I have to use the Rest API as well?
References