aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
DescribeEndpoints is now deprecated. This rolls back the changes requested in #4574 Remove DescribeEndpoints example code. - [x] #6391 - [x] #7073 - [x] #7074 - [x] #6432 - [x]...
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. *...
The example values for many of the SQS variables (e.g. SQS_QUEUE_URL) have simple dummy values like "queue-url". Replace these with more realistic values.
### Expected behavior TranscribeStreamingClient to return speaker labels during transcription ### Actual behavior no speaker field is returned  ### Steps to reproduce > cloned this repo > run the...
A drive-by contributor fixed a merge conflict https://github.com/awsdocs/aws-doc-sdk-examples/pull/6027 CI tooling should have caught this. @scmacdon please confirm all java code is going through javac before the actions mark it as...
Amazon Bedrock is generally available since September 28th, 2023. We've received feedback from AWS Communities that they are looking for code examples to get started with AWS SDKs and Amazon...
### Expected behavior ```package sekai.eldenring.util // Copied from // https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/kotlin/services/ses/src/main/kotlin/com/example/ses/SendMessageEmail.kt import aws.sdk.kotlin.runtime.auth.credentials.EnvironmentCredentialsProvider import aws.sdk.kotlin.services.ses.SesClient import aws.sdk.kotlin.services.ses.model.Body import aws.sdk.kotlin.services.ses.model.Content import aws.sdk.kotlin.services.ses.model.Destination import aws.sdk.kotlin.services.ses.model.Message import aws.sdk.kotlin.services.ses.model.SendEmailRequest val client = SesClient { region...
### Background story Add Kotlin AWS IoT Core Code examples ### What does this example accomplish? Add examples to the AWS Code Lib, ### Which AWS service(s)? AWS IoT ###...
The current example imports from the client library and also doesn't show what to do with the response. Do something with the STS creds after the fact and remove the...