Anyone has any idea why this is happening? I’m usi...
# automation-api
m
Anyone has any idea why this is happening? I’m using this to provision k8s resources via Pulumi.
l
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
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
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?