DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

PermissionsBoundaryArn for MacroFunctionZipCopier #9

Closed lihonosov closed 4 years ago

lihonosov commented 4 years ago

What does this PR do?

Add PermissionsBoundaryArn parameter support for MacroFunctionZipCopier function's roles Small fixes in README.md file

Motivation

All our roles should have permission boundaries

Testing Guidelines

run local tests (yarn test) + deployed and tested serverless/template.yaml on our environment

Types of changes