We need integrate an AWS SQS in a Pega function, processes a queue and stores the obtained records in a database table, to do this, we need to import the necessary libraries from the AWS SDK. Is this possible?
To use the API we need to Authenticate with the AWS Signature. Apparently the AWS Authentication profile is only available to use with repositories for the moment, do you have an idea how we can achieve this?