79647057

Date: 2025-05-31 23:27:31
Score: 1.5
Natty:
Report link

OK I was able to get this to work finally!! I just had to follow this guide.

I just updated the Bucker police to the one mentioned in the guide and updated my IAM role to the following:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "chime:*",
                "s3:GetBucketPolicy",
                "s3:GetBucketLocation"
            ],
            "Resource": "*"
        }
    ]
}
Reasons:
  • Blacklisted phrase (1): this guide
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Boubaker Kalfat