aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Multiplatform AWS SDK for Kotlin
Customization required for DDB which has crc32 checksum validation as an option. TODO - link to spec/sep?
SEP: /seps/accepted/shared/s3-virtual-host/ *internal id*: 174880594
SEP /seps/accepted/shared/rds-sdk-1574/ *internal id*: 174883315
Some of the AWS SDK's (Java/C# for sure) handle local clock skew differences which can affect signing. Something to keep in mind and look into. CRT may or may not...
From Aaron from [related PR](https://github.com/awslabs/aws-sdk-kotlin/pull/121#pullrequestreview-652221881): ``` If you wanted to you could abstract this away into buildSrc which would allow tests. buildSrc allows custom code that is compiled BEFORE gradle...
@jdisanti discovered a discrepancy: [S3 documentation specifies a form of XML](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLocation.html) for the response of `GetBucketLocation`, and then provides an example that does not follow the specification. @rcoh found that...
*internal id*: 176559035
* disable endpoint default resolving * remove endpoint entry for data.iot Ask Russell: https://github.com/awslabs/smithy-rs/issues/123 *internal id*: 176559077