This policy gives a user access to the API gateway.

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