Hi team, I am trying to create sqs with dlq with t...
# getting-started
w
Hi team, I am trying to create sqs with dlq with the help of pulumi python. However the creation takes around 3mins to complete but since the default timeout for the creation of sqs is 2mins I am getting the below error..
Copy code
aws:sqs:Queue (dev-skl-elastic-indexing):
    error: 1 error occurred:
        * creating urn:pulumi:dev::skl-dr::aws:sqs/queue:Queue::dev-skl-elastic-indexing: 1 error occurred:
        * waiting for SQS Queue attributes create: timeout while waiting for state to become 'equal' (last state: 'notequal', timeout: 2m0s)