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.
https://github.com/awsdocs/aws-doc-sdk-examples/blob/db53bdc130be03238da2771e63be24d9b69e60bb/swift/example_code/apple/Buckets/Buckets/ContentView-ViewModel.swift#L11 I tried: ``` platform :ios, '18.0' target 'MyApp' do use_frameworks! # AWS SDK dependencies pod 'AWSMobileClient' pod 'AWSS3' pod 'AWSCore' pod 'SimpleKeychain' pod 'AWSSDKIdentity' end ``` And got this...
### Expected behavior Unable to execute HTTP request: Timeout waiting for connection from pool com.amazonaws.SdkClientException: Unable to execute HTTP request: Timeout waiting for connection from pool at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleRetryableException(AmazonHttpClient.java:1207) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1153)...
### Background story Could you provide an example that inserts a s/mime digital certificate through a pfx, pem, p12 file that digitally signs the body of the email, ensuring that...
### Background story Hello, Could you provide sample code for .NET's Amazon.BedrockAgentRuntime? I have created an AWS Bedrock Agent on the AWS Console and confirmed its operation. Afterward, I am...
### Background story How to use function call/tool call in JAVA bedrock model runtime SDK ### What does this example accomplish? I want to use tool call with AWS bedrock...
### Background story Add Kotlin AWS Iotdataplane Code examples ### What does this example accomplish? Add examples to the AWS Code Lib ### Which AWS service(s)? AWS Iotdataplane ### Which...
- [x] [S3 Express Getting Started Scenario Scout - PHP](https://github.com/awsdocs/aws-doc-sdk-examples/issues/6489) - [ ] S3 Express Getting Started Scenario (Java) - [x] #7007
Hello! I'm a developer developing a transcribe with php. If you look at the example of Amazon, there is a time delay due to the sleep (5) part, and I...
## Spec for Using Kinesis Firehose The following spec is to be used to implement this workflow in the AWS SDK's: - [x] #6463 - [ ] #6464 - [...