Amazon web services – Restrict public access to S3 bucket, but allow access for Lambdas
I'm trying define an S3 bucket which has public access disabled, but my other defined Lambdas can access it. I keep receiving an error on deployment about "Invalid principal in policy". This is my resource definition... ResultsBucketPolicy: Type: AWS::S3::BucketPolicy Properties:…