sst / sst

Build full-stack apps on your own infrastructure.
https://sst.dev
MIT License
24.04k stars 1.85k forks source link

IAM permissions make no sense #5904

Closed AlistairMRoss closed 3 weeks ago

AlistairMRoss commented 3 weeks ago

How is this contained in the IAM credentials at https://sst.dev/docs/iam-credentials/#iam-permissions

  {
      "Sid": "Deployments",
      "Effect": "Allow",
      "Action": [
          "*"
      ],
      "Resource": [
          "*"
      ]
  },

This is allowing access to all resources????