Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add IAM managed policy for accessing S3 bucket and DynamoDB table #41

Merged
merged 1 commit into from
Jul 27, 2023

Commits on Jul 27, 2023

  1. feat: add IAM managed policy for accessing S3 bucket and DynamoDB table

    - Added a new IAM managed policy to allow reading/writing to the S3 bucket and objects, as well as reading/writing to the DynamoDB table.
    - The policy statements include actions such as `s3:ListBucket`, `s3:GetObject`, `s3:PutObject`, `s3:DeleteObject`, `dynamodb:DescribeTable`, `dynamodb:GetItem`, `dynamodb:PutItem`, and `dynamodb:DeleteItem`.
    - The managed policy is named "TerraformStateBackendPolicy" and is associated with the Terraform state backend construct.
    stefanfreitag committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6ba54fc View commit details
    Browse the repository at this point in the history