Using UiPath, I am scraping some random data from public website and wish to dump this data directly into AWS DynamoDB. I am searching a way to connect to DynamoDB from UiPath but havn’t found any luck yet. Can somebody help here and put some light on my requirement?
I have not seen a direct way for connection to DynamoDB at AWS.
Try creating an endpoint using lambda function that saves to DB and you could do a post request from uipath.
You could use this link for creating endpoint and connecting to DB