Nordstrom / serverless-attach-managed-policy

Attaches the provided ManagedPolicyARN to all Roles in the service.
Apache License 2.0
11 stars 8 forks source link

Consolidate config checks and simplify role application. #2

Closed gwsii closed 6 years ago

gwsii commented 6 years ago

Thanks to @erikerikson great feedback on the initial implementation.

These changes push the configuration validation code to the start of the plugin invocation. Also reduces the code to apply the policies to the roles.