Matt Muller
Matt Muller
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes DynamoDB numbers are represented as strings and can have 38 digits of precision, which could be a loss of precision if using Integer.
Aws::SQS::QueuePoller automatically call change_message_visibility_timeout while work is in progress
I am closing this because 12 hours is an extremely generous maximum visibility timeout. We will re-consider with more customer data.
Aws::SQS::QueuePoller automatically call change_message_visibility_timeout while work is in progress
That makes sense, sorry, I will re-open this.
SDKs and S3 had decided NOT to handle 301 redirects and instead have customers update their code to use the correct region for the bucket. S3 has been moving away...
Buckets with dots are not valid DNS host labels, so they cannot be prepended to the URL. I.e. with "my.bucket" we cannot route to my.bucket.s3.us-west-2.amazonaws.com. They are instead paths of...
I've merged in a fix (#2838) that should address this. You should be able to view the bucket, region, and endpoint from the error data.
Doing so in the current major version I think is risky and can cause errors (changes configuration in a minor version). If you agree, I think we should label this...
Ah yeah that makes sense, if it's last. We have very aggressive timeouts for "testing" if we are on an ec2 host. I suppose we only have to do that...
I've created a parent issue in the aws-sdk repo, since this is a service API feature request.
I think an async adapter is a great idea. For JSON/XML parsing, we have a concept of "engines" where we load engines based on what dependencies are bundled/installed with the...