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 e93669d commit 6f8eefbCopy full SHA for 6f8eefb
plugins/SecretsManagerPlugin/README.md
@@ -63,7 +63,7 @@ Resources:
63
- secretsmanager:GetSecretValue
64
Resource: !Sub 'arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:${AWS::StackName}-<Secret Name>-<String>'
65
Roles:
66
- - !Sub '${AWS::StackName}-LambdaEdgeRole'
+ - !Ref LambdaEdgeRole
67
```
68
69
### app.js
0 commit comments