Laren-AWS
Laren-AWS
Add the Ruby SQS [create queue example](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/ruby/example_code/sqs/sqs-ruby-example-create-queue.rb) to SOS. Metadata is [sqs_metadata.yaml](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/.doc_gen/metadata/sqs_metadata.yaml). Exit criteria: - [ ] Example appears in the Code Library [here](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html) and [here](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_code_examples_categorized.html).
There are currently four SNS scenarios published in the [SNS dev guide](https://docs.aws.amazon.com/sns/latest/dg/service_code_examples_scenarios.html). All of these scenarios are for Java v1 and must be updated. They are all cross-referenced from within...
- [x] #3391 This use case is currently Java v1 code that's embedded inline in the [Rekognition user guide](https://docs.aws.amazon.com/rekognition/latest/dg/stored-video-lambda.html). We have a Java v2 example that's somewhat similar. Work with...
The typescript folder looks pretty crusty and obsolete and we don't support TS separate from JS. Review what's in the folder and remove it or otherwise dispatch it.
We earlier decided not to include pre-release SDKs, but they are included everywhere else (code library, main doc page), so we should add them.
Implement the scenario and service action calls to create examples for each SDK. ## Service actions Service actions can either be pulled out as individual functions or can be incorporated...
Research (and possibly implement) ways to define prerelease examples.
The RDS guides are divided into two feature groups: RDS, which is focused on instances, and Aurora, which is focused on clusters. The APIs for both of these features are...
Answer the call.
There are two scenarios for PartiQL: one that shows single-item calls and one that shows batch calls. Implement the scenarios for each SDK. ## Scenarios A scenario runs at a...