microscopic-piano-27908
08/17/2022, 6:26 PM❯ curl $(pulumi stack output url)
hello
❯ pulumi logs
Collecting logs for stack dev since 2022-08-17T11:25:46.000-06:00.
And then the logs exits{
path: "/",
method: "GET",
eventHandler: async (event) => {
console.log('get request received')
return {
statusCode: 200,
body: "hello"
}
}
},
little-cartoon-10569
08/18/2022, 10:23 PMpulumi logs
has always worked for me. Is it possible that the creds you're using don't have read access to CW?microscopic-piano-27908
08/19/2022, 3:49 PMPulumi.dev.yaml
points to aws:profile: demos
and if I go check `demos`’s permissions it’s AdministratorAccess
pulumi logs
from within the folder where the Puliumi.dev.yaml
file islittle-cartoon-10569
08/21/2022, 9:11 PMpulumi logs
. Maybe try setting up your default / non-Pulumi creds to have the right permissions and see if that fixes it? Maybe it uses the same creds as the backend, instead of the project...