• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

API Gateway Policy

June 5, 2019

This policy gives a user access to the API gateway.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "apigateway-policy",
            "Effect": "Allow",
            "Action": [
                "apigateway:DELETE",
                "apigateway:PUT",
                "apigateway:PATCH",
                "apigateway:POST",
                "apigateway:GET"
            ],
            "Resource": "*"
        }
    ]
}

{ "Version": "2012-10-17", "Statement": [ { "Sid": "apigateway-policy", "Effect": "Allow", "Action": [ "apigateway:DELETE", "apigateway:PUT", "apigateway:PATCH", "apigateway:POST", "apigateway:GET" ], "Resource": "*" } ] }

Filed Under: Cloud Tagged With: api gateway, aws, iam, policy

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023