0.1.0 • Published 4 years ago

serverless-attach-permission-boundary v0.1.0

Weekly downloads
36
License
Apache-2.0
Repository
github
Last release
4 years ago

serverless-attach-permission-boundary

serverless

A serverless plugin to automatically attach an AWS Permission Boundary to all IAM Roles created by the Service.

Originally forked from serverless-attach-managed-policy

Install

npm install --save-dev serverless-attach-permission-boundary

Add the plugin to your serverless.yml file:

plugins:
  - serverless-attach-permission-bounddary

Configuration

provider:
  name: aws
  permissionsBoundaryArn: 'arn:aws:iam::789763425617:policy/ABCAccountBoundary'