Daniel Bradley

Results 146 comments of Daniel Bradley

This appears to be the offending piece of code: https://github.com/pulumi/pulumi/blob/14e78f559808e59fec11941f16bb6f45ee058a06/pkg/codegen/go/gen.go#L3298-L3302 It only checks if the type within the array is primative, but not if it's a collection of primatives. It...

@dend has anyone reviewed this issue yet? Please could you share an update?

This appears to be an issue with the upstream specifications. The type of this field is currently specified as: https://github.com/pulumi/pulumi-aws-native/blob/550eb8c0c6559a06d584fc996e2ab58f7af97d69/aws-cloudformation-schema/aws-sqs-queue.json#L83-L86 However in the [CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queue.html#cfn-sqs-queue-redrivepolicy) it more accurately describes the...

No, I've not written this up as an issue for them yet. For some providers there's also separate repositories in https://github.com/aws-cloudformation/ for their specific implementations which are worth checking too...

Reported: https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/2012

All three uses of `allOf` are within a `oneOf` expression where the only attribute within the `allOf` is the `required` field. All of these examples are being used to specify...

It would be good to understand AWS's rational with this behaviour. Is this a bug on their side or do they recommend explicitly deleting the policies first for another reason?...

Response from AWS: > To answer your query directly, the behaviour you are seeing when deleting the role from the CLI or API or using CloudControl API is expected and...

Has this performance issue been observed with any other resources or is it only S3 buckets which have been noticably slower?

I've reproduced the issue and yes, it appear that AWS CloudControl uses the name as the identifier for this resource. They haven't yet added the monitor ID to the resource...