Skip to content

How To Use It

Chris/0 edited this page Jan 5, 2021 · 4 revisions

The Platform Authorizer can be integrated into frameworks, in addition to standalone deployment.

Those links and more can also be found on the sidebar.

IAM Configuration

Irrespective of deployment method, the role performing deployment will require a policy (inline or otherwise) with at least the following permissions:

{
  "Effect": "Allow",
  "Action": [
    "serverlessrepo:CreateCloudformationChangeSet",
    "serverlessrepo:CreateCloudformationTemplate"
  ],
  "Resource": "arn:aws:serverlessrepo:us-east-1:820870426321:applications/platform-authorizer"
}

As of 2021-01-05, there is no AWS managed policy which fits the bill.

Clone this wiki locally