Skip to content

Commit

Permalink
Merge pull request #91 from Johnyoat/readme-update-for-CloudFormation…
Browse files Browse the repository at this point in the history
…-IAM-policy

chore: updated README.md to removed trailing commas, and renamed Sids to fix AWS IAM Policy Json Syntax error
  • Loading branch information
mats16 authored May 10, 2024
2 parents b6273dd + 078bec0 commit e007ad2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ This repo includes a template of starting Supabase stack on AWS via CloudFormati
"ssm:*",
"states:*",
"rds:*",
"route53:*",
"route53:*"
],
"Resource": "*"
},
{
"Sid": "supabase-cdn",
"Sid": "supabaseCDN",
"Effect": "Allow",
"Action": [
"cloudfront:*",
Expand All @@ -134,18 +134,18 @@ This repo includes a template of starting Supabase stack on AWS via CloudFormati
"Resource": "*"
},
{
"Sid": "cache-manager",
"Sid": "cacheManager",
"Effect": "Allow",
"Action": [
"apigateway:*",
"lambda:*",
"logs:*",
"sqs:*",
"sqs:*"
],
"Resource": "*"
},
{
"Sid": "supabase-studio",
"Sid": "supabaseStudio",
"Effect": "Allow",
"Action": [
"amplify:*",
Expand Down

0 comments on commit e007ad2

Please sign in to comment.