You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So basically, I needed to grant explicit access to both the bucket and all the elements of the bucket and aws.iam.ManagedPolicy.LambdaFullAccess was not enough to cover this.
Can anyone please check if this particular example actually works as it is?
The text was updated successfully, but these errors were encountered:
Hi,
I've been trying to port the typescript lambda tutorial (https://pulumi.awsworkshop.io/40_lambda_microservices_ts/20_getting_started_with_pulumi.html) to java and encountered some issues during the process.
There seems to be some permission issues - my thumbnailer lambda was not able to manipulate s3 bucket without explicitly adding the following policy:
So basically, I needed to grant explicit access to both the bucket and all the elements of the bucket and
aws.iam.ManagedPolicy.LambdaFullAccess
was not enough to cover this.Can anyone please check if this particular example actually works as it is?
The text was updated successfully, but these errors were encountered: