Please, I would like to ask some questions related to Conductor and AWS.
I'm creating a new workflow where I will have a task that will send an SQS message to a microservice. I have some doubts:
- How to configure AWS Credential ID?
- How to configure AWS URL? For example, for testing with localstack.
- How do I configure Conductor Server to load contrib module via docker?
- How do I configure my task to send an SQS message to another
microservice? Is the example below correct?
{ "sink": "sqs:buy-queue", "asyncComplete": false }
- How conductor knows the information about the account and region created for the queue? Example: https://sqs.us-east-1.amazonaws.com/00534542333/buy-queue
Thanks.
First edit /server/src/main/resources/application.properties (around line 60). The default queue type may be set to SQS, but we must enable the queues, and establish which AWS account is to be used:
To add your credentials, add them via terminal: