sparse-intern-71089
11/16/2019, 11:23 PMwhite-balloon-205
pulumi
CLI (support the same configuration as the underrlying providers, add support for Kubernetes, Azure, GCP, etc.).
But for Lambda, this should definitely work. It may take 10-30s for logs to show up (CloudWatch itself has some non-trivial delay here).
How are you configuring credentials for AWS?
You can run pulumi log --logtostderr -v=8
to see verbose logs, which may include more details on why logs aren't being received - though it would ultimately likely be a bug if you really aren't seeing these logs.adamant-motorcycle-38425
11/17/2019, 10:47 AMpulumi config set aws:profile my-secret-profile
to configure my credentials. I just cat ~/.aws/credentials
and cat ~/.aws/config
and see both setup there ([my-secret-profile] and [profile my-secret-profile]
). It's interesting.
But now that I have an idea of where to look, I'll continue looking into it and debugging it (after my main goal is complete) and if I have any issues or findings I'll also raise a PR! It's probably easier to just use the default credential provider or maybe use environment variables I assume, if things don't work. But thank you for your help and direction! 🙂