aws-samples / aws-serverless-workshop-innovator-island

Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop.
MIT No Attribution
564 stars 228 forks source link

Step 3.2 - Lambda Access Denied #47

Closed liannario closed 4 years ago

liannario commented 4 years ago

Module 3.2: I had to remove ACL: 'public-read' from outParams in /theme-park-backend/3-photos/2-compositing/lambdaFunction/app.js otherwise the Lambda function was getting Access Denied error when writing to $FINAL_BUCKET.

jbesw commented 4 years ago

This occurs if you are using an account where S3 buckets do not allow access to public objects. I recommend using a new personal account for running workshops, or using an Event Engine account if you are at an AWS event.