Fraser Waters
Fraser Waters
This looks like an error from the provider itself so moving to the k8s repo.
cc @tomweston for finding this
`pulumi stack ls --all | grep aws-serverless-llm-go | awk '{print $1}' | xargs -L1 pulumi stack rm --force --yes` for cleaning up after running the above program.
I think I know what this is now! We're calling `auto.UpsertStackInlineSource` but not passing a pointer to the inline program. I think later when we call `Up` because there's no...
Having looked at this more we think this is a failure in `up` not `refresh`.
Yup can confirm this is asset/archive hash calculations. I think it's a pretty easy fix of threading the current directory down to the right places. This is the right fix,...
> Still facing the same problem with 3.115.0 Can you post the error message you're getting?
Thanks I'll check that.
Yup can confirm, we fixed file archive to handle _files_ but the path lookup is wrong for _folders_. I'll add that to the tests and get it fixed, should be...
There's been quite a lot of work done around closure serialisation recently. I'd recommend updating to 3.114 and seeing if that helps, and if not what error (and stack trace)...