Cameron Childress

Results 18 comments of Cameron Childress

I'm running into a function length problem as well and came here to make this exact PR. Glad someone else beat me to it. Removing the function name would be...

Looks like the role name and managed policy name have similar "explicitly named resources" problems. The error checking on length that reports "Cloudformation limits names to 63 characters." could also...

I've just run into this and happy to see this PR to resolve it. This library is fantastic. Looking forward to working with it more!

One alternate way to handle this is to keep "common responses" apart form the type specific request templates. ``` - dataSource: myDSN type: Query field: getFoo request: foo/Query.getFoo.vtl response: common/One.response.vtl...

I came here searching for something like this. Curious - has anyone made any progress on any of the above suggested solutions yet?

I've found that occasionally CloudFormation/AppSync doesn't update the templates even though the CloudFormation JSON looks to be correct. [For example, this Pipeline behavior I posted about in the AWS forums](https://forums.aws.amazon.com/message.jspa?messageID=896939#896939)....

@mentoc3000 - I've still not been able to reliably reproduce the problem. My working theory is that some sort of parsing error occurs when deploying the GraphQL Schema (due to...

> I tried but even when I run build in the unmodified starter, I'm getting a: > [8:35:59 PM] ERROR Nuxt Build Error: "joinRelativeURL" is not exported by "node_modules/ufo/dist/index.mjs", imported...

I love this work and always dislike making comments like this, but my opinion is that tasks should be atomic for reasons I've outlined in [this comment](https://github.com/projen/projen/issues/2051#issuecomment-1862999358) over in the...