A how to is available here https://medium.com/itnext/invoking-aws-lambda-functions-in-outsystems-b398d0cdde97
Credentials
You can either use IAM User credentials (Access Key and Secret Access Key) or Temporary Credentials (Access Key, Secret Access Key and Session Token).
To assume an IAM role with temporary credentials you can use our AWS Security Token Service component in Forge.
Permissions
To execute an AWS Lambda Function your credentials need the lambda:InvokeFunction permission
Input Parameters
This component has only one server action Lambda_InvokeFunction, which takes the following input parameters
Output