Sven Ulland

Results 11 issues of Sven Ulland

When dumping tables that have map fields with an empty value, the raw Scan response from DynamoDB will contain something like this: `"data":{"M":{}}` The JSON produced by dyndump will contain...

bug

**Tell us about your request** Add `systemControls` support for Fargate. **Which service(s) is this request for?** ECS, Fargate **Tell us about the problem you're trying to solve. What are you...

Fargate
Proposed

**Tell us about your request** After updating an NLB listener to point to another target group, the NLB keeps sending requests (new connection per request, but probably same flow) to...

ECS
Proposed

It would make sense if the original file modification time was preserved on upload. It seems that the node API's `modifiedDate` metadata attribute is used internally by ACD, and is...

enhancement
cache
API

Please add one or more column to identify Nitro instances. The easiest option is probably to identify the `Hypervisor` attribute (value "xen" or "nitro") and expose it directly as a...

Data request

Using Kombu 4.6.7, Celery 4.4.0. When recovering from a socket/connection error, the SQS transport does not start polling for messages again (using the ReceiveMessage API call). Impact: Celery must be...

Component: Amazon SQS Broker
Issue Type: Bug Report

Add support for the ca-west-1 region, launched on 2023-Dec-20. https://aws.amazon.com/blogs/aws/the-aws-canada-west-calgary-region-is-now-available/

I've probably missed out on something, but it seems that dynamodb-lock-client-golang isn't using consistent reads. This changes introduces consistent reads. For reference, the original Java dynamodb-lock-client has used consistent reads...

Responses from the S3 ListObjectVersions API may have pages where the Versions list is not present because the DeleteMarkers list takes up the entire page. Fix that bug and rework...

Would it be feasible to populate the `Resource` field with the appropriate value? An example would be the S3 bucket name and object key for the `s3:GetObject` action. A useful...