Using AWS Javascript SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 08:40 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 11:49 PM
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.