https://pulumi.com logo
Title
m

most-lighter-95902

07/28/2022, 3:58 AM
Anyone has any idea why this is happening? I’m using this to provision k8s resources via Pulumi.
l

little-cartoon-10569

07/28/2022, 4:13 AM
The error message describes it well. Are you getting promises and not seeing how they resolve? Maybe you're using the AWS client get methods, or their Pulumi wrappers?
m

most-lighter-95902

07/29/2022, 9:17 PM
Hmm the issue is, I’m not sure where there are issues with promises. I’m just creating a namespace and deploying service/deployment. When I run the same stack locally, I don’t get any errors and for the automation API, I’m using
await
everywhere as per the docs.
l

little-cartoon-10569

07/29/2022, 9:23 PM
Sounds like it's a local project that you're invoking from automation-api. Can you show the automation-api code, in a text snippet?