Laren-AWS

Results 56 issues of Laren-AWS

### The user story As a Go dev, I want to have SNS examples so that I can learn to use SNS with Go. The current SNS examples for Go...

lang/go-v2
type/user-story

### The user story As a Go dev, I want to have good quality IAM examples so that I can learn and use IAM with Go. IAM examples in Go...

lang/go-v2
type/user-story

### The user story As a Java or Kotlin dev, I want to find all of the EC2 auto scaling actions in the code library so that I can learn...

lang/java-v2
type/user-story

S3 examples in Go are technically MVP, but are fairly low quality, especially the way they are snippeted and presented in the code library (missing context, commenting is missing or...

lang/go-v2

Kotlin link template still goes to awslabs and must be updated to https://sdk.amazonaws.com/kotlin/api/latest/index.html The Go part of this is fixed: > Go links that have hyphens in the client name...

Tools

Two work items: * Move the metadata for the Java and Kotlin SNS/SQS topics and queues workflow out of cross_metadata.yaml and into sqs_metadata.yaml with the rest of the languages. *...

Clean up the [Rekognition content moderation](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/python/cross_service/rekognition_content_moderation) cross-service example and tag it for SOS. - [ ] README up to standard - [ ] SOS data - [ ] Unit tests

This example has a few issues that must be addressed: https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/python/cross_service/textract_comprehend_notebook/ Reported issues: * Old Python version (3.5). * Security/password handling is non-standard. * Sagemaker provides a default bucket that...

The Boto3 team has officially ended support for the resource model, but all examples were written to use the resource model. We had earlier discussed doing this, but set it...

Metadata for Action examples are supposed to use a strict naming scheme: ``` svc_ActionName ``` Where 'svc' is the Smithy name of the service and 'ActionName' is the Smithy API...

Tools