Skip to content

Commit

Permalink
Add necessary SAM S3 permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 19, 2024
1 parent d673901 commit 2747665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/aws-management/github-oidc-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ Resources:
Statement:
- Action:
# Allows AWS SAM CLI to upload to default managed S3 buckets
- s3:Get*
- s3:List*
- s3:PutObject
Effect: Allow
Resource: arn:aws:s3:::aws-sam-cli-managed-default-samclisourcebucket*/*
Expand Down

0 comments on commit 2747665

Please sign in to comment.