Skip to content
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

Merged
merged 6 commits into from
Mar 22, 2024
Merged

refactor: filemanager stack #180

merged 6 commits into from
Mar 22, 2024

Conversation

mmalenic
Copy link
Member

@mmalenic mmalenic commented Mar 22, 2024

Closes #169

Changes

@mmalenic mmalenic self-assigned this Mar 22, 2024
@mmalenic mmalenic added refactor filemanager an issue relating to the filemanager labels Mar 22, 2024
Comment on lines +102 to +112
NagSuppressions.addStackSuppressions(
stack,
[
{
id: 'AwsSolutions-L1',
reason: "'AwsCustomResource' is out of date",
},
],
true
);

Copy link
Member Author

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.

Copy link
Member

@victorskl victorskl left a 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));
Copy link
Member

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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@mmalenic mmalenic merged commit 33abe19 into main Mar 22, 2024
2 checks passed
@mmalenic mmalenic deleted the refactor/filemanager-stack branch March 22, 2024 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filemanager an issue relating to the filemanager refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filemanager: reconfigure deployment to match other microservices
3 participants