Serverless Credentialing
Step 1: Create Custom Policy
- select policies
- create policy
- create your own policy
- policy name: ServerlessCloudFormation, description: serverless policy, policy document:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1449904348000",
"Effect": "Allow",
"Action": [
"cloudformation:DescribeStackResources",
"cloudformation:UpdateStack",
"cloudformation:CreateStack"
],
"Resource": [
"*"
]
}
]
}
e. create policy
Step 2: Create Group
- groups
- create new group, 'Serverless', next
- add the following, then click 'Next Step'
- ServerlessCloudFormation
- AWSLambdaFullAccess
- AWSCloudFormationReadOnlyAccess
- IAMFullAccess
- AmazonAPIGatewayAdministrator
- create group
Step 3: Add Users - groups
- click 'Serverless'
- add Users to group
- livando, 'Add Users'