Evan Boyle

Results 52 comments of Evan Boyle

This would be nice for all of the lambda mixins. I hit this again today for cloudwatch scheduled lambdas: ```ts aws.cloudwatch.onSchedule("drift-lambda", schedule, async() => { ... ```

Can you share the generated code in `"./crontabs" so we can help diagnose?

It looks like the pulumi schema doesn't support defaults for complex values: https://github.com/pulumi/pulumi/blob/0f9273fc7bba786dcc1e1e85008f3fabe9cfabec/pkg/codegen/schema/schema.go#L1322 What happens if you remove the default spec for resource? ```yaml resources: default: limits: cpu: 2000m memory:...

@mnlumi I didn't use a permalink in the original issue so the highlighted lines have shifted in the last few years: https://github.com/pulumi/pulumi-cloud/blob/00746a586cb6ffcbd95fa1d933d8d3fe9b17d2df/aws/service.ts#L344-L348

Looking like this may possible be related to incorrect json escaping elsewhere, but needs more investigation: https://github.com/pulumi/pulumi/pull/7593#issuecomment-883897564

@peterblazejewicz Thanks for the recent contributions! To be clear, we're working on getting this project along with [AzSearch.js](https://github.com/EvanBoyle/AzSearch.js) to a 1.0 state. This isn't just a side project, we're invested...

Today we launched support for automatically updating dependent stacks via Pulumi Deployments. https://www.pulumi.com/blog/dependent-stack-updates/ This is accomplished via two new features within Pulumi Cloud: 1. [Deployment Webhook Destinations](https://www.pulumi.com/docs/pulumi-cloud/webhooks/#deployment-webhooks) for triggering downstream...

For a little more color, I'm scraping a user's website as a part of the onboarding experience for my product. Users get dropped into a blog/content editor and scraping runs...

Does anyone have a consistent repro for this, or is this an intermittent issue? And is this haiku specific, or are you seeing this across models?

@VapidLinus I am unable to repro this on the latest `v0.0.346`. Any additional details you can provide? What model are you using? Can you try this on the latest CLI...