How to connect AWS Lambda to UIPath

Hey, can anybody help me in connecting AWS Lambda to UIPath. I want to hit the Lambda from uipath and retrieve response.

Hi @Naga_Shankari

To connect UiPath to AWS Lambda, you will need to use the AWS SDK for .NET, which is a set of libraries that allows you to interact with AWS services from your .NET applications. Here is an example of how you can use the AWS SDK for .NET to invoke a Lambda function from UiPath:

  1. Install the AWS SDK for .NET by following the instructions here: AWS SDK for .NET
  2. In UiPath, create a new project and add a reference to the AWS SDK for .NET.
  3. Use the InvokeAsync method of the AmazonLambdaClient class to invoke the Lambda function.

Regards,
Kaviyarasu N