best-train-86003
03/30/2022, 2:50 PMbillowy-army-68599
best-train-86003
04/03/2022, 4:52 PMcustomTimeouts
property but it didn't help. The timeouts remain on 2m. what else can i do?pulumi state delete
However, it failed again on creation and not update. the timeout there is still "2m"billowy-army-68599
best-train-86003
04/05/2022, 10:28 AMimport * as aws from "@pulumi/aws";
const q = new aws.sqs.Queue('Experts-CS-dev-Experts-CSLambda20220404121254156400000016', {
kmsDataKeyReusePeriodSeconds: 300,
maxMessageSize: 10240,
messageRetentionSeconds: 604800,
namePrefix: 'Experts-CS-dev-Experts-CSLambda',
policy: '{"Statement":[{"Action":["sqs:SendMessage"],"Condition":{"ArnEquals":{"aws:SourceArn":"arn:aws:sns:eu-west-1:225051786593:Experts-CS-dev-f8eba3f"}},"Effect":"Allow","Principal":{"Service":"<http://sns.amazonaws.com|sns.amazonaws.com>"},"Resource":"*"}]}',
redrivePolicy: '{"deadLetterTargetArn":"arn:aws:sqs:eu-west-1:225051786593:Experts-CS-dev-Experts-CSLambda-dlq-8672972","maxReceiveCount":10}',
tags: {
costCenter: 'operations',
org: 'cliotechweb',
project: 'backend-stacks',
stack: 'dev'
},
visibilityTimeoutSeconds: 30
})
exports.queueName = q.id;