aws-samples / lambda-refarch-fileprocessing

Serverless Reference Architecture for Real-time File Processing
Apache License 2.0
459 stars 175 forks source link

Cloudformation fails #6

Open GuruprasadSeeryada opened 5 years ago

GuruprasadSeeryada commented 5 years ago

There is a rollback on the template due to S3 access issues for the lambda roles

arnesolheim commented 5 years ago

The S3 objects referenced in the CF template (data-processor-1.zip and data-processor-2.zip) should probably be public readable. More details on the issue (output from trying to create the CF stack):

Your access has been denied by S3, please make sure your request credentials have permission to GetObject for awslambda-reference-architectures/file-processing/data-processor-1.zip. S3 Error Code: AccessDenied. S3 Error Message: Access Denied (Service: AWSLambda; Status Code: 403; Error Code: AccessDeniedException; Request ID: ...)

abjoerne commented 5 years ago

Objects might not be in the bucket anymore? (Template-file in same bucket is readable).

teknogeek0 commented 5 years ago

This has been corrected. The object permissions for those two objects were changed again so that they are now get-able from the bucket.