-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Domain for Microservice #365
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
Custom Domain for Microservice #365
Conversation
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. Just minor request.
@@ -114,6 +115,7 @@ export class SequenceRunManagerStack extends Stack { | |||
const srmApi = new ApiGatewayConstruct(this, 'ApiGateway', { | |||
region: this.region, | |||
apiName: 'SequenceRunManager', | |||
customDomainNamePrefix: 'sequence-run', |
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.
In this case, could you change it to just sequence
pls.
skel/django-api/deploy/stack.ts
Outdated
@@ -117,6 +118,7 @@ export class ProjectNameStack extends Stack { // FIXME change construct name | |||
const srmApi = new ApiGatewayConstruct(this, 'ApiGateway', { | |||
region: this.region, | |||
apiName: 'SequenceRunManager', | |||
customDomainNamePrefix:'sequence-run', |
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.
Yup. Just sequence
as noun pattern.
Updated! Will merge once test passed! |
metadata
file
sequence-run
sequence
workflow
Resolve #361