0.0.1 • Published 4 years ago

@govtechsg/serverless-attach-permission-boundary v0.0.1

Weekly downloads
2
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
  permissionBoundaryArn: 'arn:aws:iam::789763425617:policy/ABCAccountBoundary'