I was able to get it to work and assume a role by adding the aws_assume_role field in connection.fields. This is similar to the sample connection but without the aws_auth_type definitions and conditionals.{
title: "Basic AWS Role Connector",
con...
This corresponds to an identity in the Workato account: arn:aws:iam::353360065216:user/rba-productionThis is shown by running the following action: test_aws_connection: {
title: 'Test AWS Access',
execute: ->(connection, input) {
...