-
Notifications
You must be signed in to change notification settings - Fork 2
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.
- Usage guidance for SAM (Serverless Application Model) can be found here.
- Usage guidance for the Serverless framework can be found here.
Those links and more can also be found on the sidebar.
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.