UiPath connector for AWS DynamoDB

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?

Thanks in advance.

Hi @shubhamb007

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

Warm Reagrds,
Bharath

1 Like

Thanks @pkbharath for the link.