Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

serverless-attach-permission-boundary

GovTechSG796Apache-2.00.1.0

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

serverless, plugin, AWS, managed, policy, roles, permission boundary

readme

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'