We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56134e2 commit 0aa52b8Copy full SHA for 0aa52b8
managed-gdb-cft.yml
@@ -3,6 +3,8 @@ Description: Creates supporting resources for automated global database endpoint
3
4
## Changelog:
5
# 8/29/2021 : ausamant - added managed policies for the lambda role instead of inline policies
6
+# - added stackid as a uniquifier for managed policy names
7
+##
8
9
Resources:
10
@@ -177,11 +179,6 @@ Resources:
177
179
#Create the role needed for the lambda function.
178
180
gdbmanagedeprole:
181
Type: 'AWS::IAM::Role'
- # DependsOn:
- # - gdbmanagedelambdacwpolicy
182
- # - gdbmanagedelambdrdspolicy
183
- # - gdbmanagedelambdar53policy
184
- # - gdbmanagedelambdaddbpolicy
185
Properties:
186
RoleName:
187
Fn::Join:
0 commit comments