sparse-intern-71089
08/17/2022, 6:26 PMmicroscopic-piano-27908
08/17/2022, 6:27 PM{
path: "/",
method: "GET",
eventHandler: async (event) => {
console.log('get request received')
return {
statusCode: 200,
body: "hello"
}
}
},
microscopic-piano-27908
08/17/2022, 6:50 PMlittle-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
microscopic-piano-27908
08/19/2022, 3:49 PMmicroscopic-piano-27908
08/19/2022, 3:50 PMpulumi 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...