AWS & Wix Integration

Hi, a query, I am trying to make an integration between AWS EC2 & Wix for creating, deleting, starting and stopping EC2 Instances. Researching what could be the method I found that a simple way to save code was to install the NPM aws-sdk/client-ec2, but requesting it now tells me that it is “Not supported”. What other method do you recommend (since Amazon has thousands of integration methods but I don’t want to get so complicated with Wix (I’m working on the Wix Editor)). In case it was simpler in Editor X please let me know. Thanks a lot!

I suggest using the AWS REST APIs, those are always available and should be simple to use from Velo backend