Amazon web services – How to set a BucketPolicy through cloudformation after April 2023 ACL restriction
I'm following testdrive.io's serverless-fastapi course. It uses cloudformation to setup the bucket and bucket policy. The bucket is created just fine, however there are issues creating the bucket policy. First I had to comment out # AccessControl: PublicRead due to…