Jarred Ward

Results 33 comments of Jarred Ward

Any word on when this is going live? There seem to be a couple issues open, but I'm not sure which one is the official so xposting.

We'd like to make a number of resources available for use by our customers, so they need to be public. The other mechanism we've considered for distributing the resource versions...

Also, it seems we can get around this w/ custom resources in the SAR template, but who wants to write those.

We do have public resource types, very similar to DataDog. The SAR template in question is simply to install our third-party resource types into the customer account in an IaC...

It also gives us better semantic versioning and whatnot.

One thing that is unclear to me is if this setting is actually necessary for IMDSv2, but I suppose that's for another repo.

@vyaghras I was referring to https://github.com/aws/amazon-ecs-agent. @arnaldo2792 thank you for the recommendation. Unfortunately, we do need IMDS enabled on the instance. We'd simply like to block tasks from accessing it.

The following patch seems to resolve the issue on Go 1.20, but will cause other Go versions to fail: ```diff diff --git a/go/tools/builders/BUILD.bazel b/go/tools/builders/BUILD.bazel index 5bbfbd67..fff66315 100644 --- a/go/tools/builders/BUILD.bazel +++...

Relevant section of spec for this syntax at https://spec.graphql.org/October2021/#sec-Language.Variables

> I think this is expected behavior of graphql mutations. It should run the mutation with both params but the responses overwrite each other (first come first serve) With a...