Question

How does the bot access credentials to make AWS API Calls

  • 12 April 2023
  • 1 reply
  • 14 views

Badge +3

I have created a variables the holds the Access key ID and Secret access key, I also have my API.I can’t seem to create an object that represents the AWS service I want to interact with to authenticate and establish a connection with the AWS service.Which action may I use? 

 


1 reply

Badge +3

Hello,

you can find in bot store, there are many package about AWS; 

If you don’t see your need, you can use Rest Web service package, inside there are action like Get, Poste, Delete put method

Reply