Skip to content

Commit

Permalink
Add SQS Create Queue to SOS (awsdocs#4380)
Browse files Browse the repository at this point in the history
* fixing weird filenames
* adding snippets
  • Loading branch information
ford-at-aws authored Feb 13, 2023
1 parent 2172de8 commit 9e55b30
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .doc_gen/metadata/sqs_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ sqs_CreateQueue:
- description:
snippet_tags:
- python.example_code.sqs.CreateQueue
Ruby:
versions:
- sdk_version: 3
github: ruby/example_code/sqs
sdkguide:
excerpts:
- description:
snippet_tags:
- ruby.example_code.sqs.CreateQueue
SAP ABAP:
versions:
- sdk_version: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Purpose

# snippet-start:[s3.ruby.sqs-ruby-example-create-queue.rb]
# snippet-start:[ruby.example_code.sqs.CreateQueue]
# This code example demonstrates how to create a queue in Amazon Simple Queue Service (Amazon SQS).

require "aws-sdk-sqs"
Expand Down Expand Up @@ -41,4 +41,4 @@ def run_me
end

run_me if $PROGRAM_NAME == __FILE__
# snippet-end:[s3.ruby.sqs-ruby-example-create-queue.rb]
# snippet-end:[ruby.example_code.sqs.CreateQueue]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9e55b30

Please sign in to comment.