The CreatorCon Call for Content is officially open! Get started here.

Using AWS Javascript SDK

adrian08
Tera Contributor

Hi everyone,

Did anyone try to integrate SNOW to AWS via AWS JS SDK (https://github.com/aws/aws-sdk-js)? We have a task to automate AWS Workspace creation and preferred not to use AWS Service Management Connector for specific reasons. 

 

The idea is that we have a catalog item to get all the requirements (i.e. Workspace size), and do approvals, then finally the workflow would execute a supposed API(?) call to AWS to create the Workspace.

 

Any help or guidance is helpy appreciated. 

1 REPLY 1

julianrautenber
Tera Contributor

I have done something similar last year using v2 of the AWS JS SDK, incorporating it into a UI Script using ScriptLoader.getScripts('#URLTOSDK#') - looking into options to migrate to v3 at the moment.