diff options
author | Nick White <git@njw.name> | 2019-09-05 22:13:23 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-09-05 22:13:23 +0100 |
commit | 7c897a13ad90bdcaffccf74d43cc4fd20f150226 (patch) | |
tree | e0974acd6a176d3297600c2e50907313ce5d6995 /bookpipeline/cmd/mkpipeline | |
parent | 70c1c0f0148ea173331f4f6d40274e3b95e3ce41 (diff) |
gofmt
Diffstat (limited to 'bookpipeline/cmd/mkpipeline')
-rw-r--r-- | bookpipeline/cmd/mkpipeline/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bookpipeline/cmd/mkpipeline/main.go b/bookpipeline/cmd/mkpipeline/main.go index 611a091..970543e 100644 --- a/bookpipeline/cmd/mkpipeline/main.go +++ b/bookpipeline/cmd/mkpipeline/main.go @@ -58,8 +58,8 @@ func main() { _, err = sqssvc.CreateQueue(&sqs.CreateQueueInput{ QueueName: aws.String(qname), Attributes: map[string]*string{ - "VisibilityTimeout": aws.String("120"), // 2 minutes - "MessageRetentionPeriod": aws.String("1209600"), // 14 days; max allowed by sqs + "VisibilityTimeout": aws.String("120"), // 2 minutes + "MessageRetentionPeriod": aws.String("1209600"), // 14 days; max allowed by sqs "ReceiveMessageWaitTimeSeconds": aws.String("20"), }, }) |