-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: filemanager stack #180
Conversation
NagSuppressions.addStackSuppressions( | ||
stack, | ||
[ | ||
{ | ||
id: 'AwsSolutions-L1', | ||
reason: "'AwsCustomResource' is out of date", | ||
}, | ||
], | ||
true | ||
); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will probably change with #170.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.!
(could you hold merge this a bit, tick, pls. let me fix the SRM unit test PR real quick.)
lambdaSecurityGroupName: props.lambdaSecurityGroupName, | ||
}); | ||
} | ||
this.microserviceStackArray.push(this.createFilemanager(props.filemanagerConfig)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woo ho ho! Welcome to the nag club! 🤭
this.queue = new Queue(this, 'Queue', { | ||
queueName: props.queueName, | ||
enforceSSL: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Closes #169
Changes
RDS_IAM
as part of postgres manager. Note, currently this still uses the master RDS credentials. Both these points will be addressed in filemanager: link up filemanager with postgres database manager #138.CdkResourceInvoke
tocomponents
.