command
Version:
v0.0.0-...-e8b88a3
Opens a new window with list of versions in this module.
Published: Jun 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
CreateLPQueuev2.go
This example creates a long-polling Amazon SQS queue.
go run CreateLPQueuev2.go -q QUEUE-NAME [-w WAIT-TIME]
- QUEUE-NAME is the name of the queue to create.
- WAIT-TIME is how long, in seconds, to wait.
The example ensures the value is between 1 and 20;
the default is 10.
The unit test accepts similar values in config.json.
Documentation
¶
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX - License - Identifier: Apache - 2.0
snippet-start:[sqs.go-v2.CreateLpQueue]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.