AWS CDK: attach permissions to existing role
The great thing about AWS CDK is that it handles a lot of things under the hood for you. This includes IAM permissioning.
What if you need to extend the permissions of a service role that’s created by CDK for a resource that…