-
Notifications
You must be signed in to change notification settings - Fork 249
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
feat(dynamodbstreams-lambda-elasticsearch-kibana): updated cognito user pool domain name #433
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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.
There are 4 constructs that launch cognito domains, 3 of which via Elasticsearch. Have we confirmed that this one file is the only collision? Have we confirmed that cognito-apigateway-lambda (which doesn't specify a user pool domain name) doesn't collide?
}; | ||
|
||
new DynamoDBStreamsToLambdaToElasticSearchAndKibana(stack, 'test-dynamodb-stream-lambda-elasticsearch-kibana', props); | ||
new DynamoDBStreamsToLambdaToElasticSearchAndKibana(stack, 'test-dynamodbstreams-lambda-elasticsearch-kibana', props); |
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 is just begging for a > 64 character error down the line. It's not a displayed value, a name nor documentation, so let's use
test-ddbstreams-lambda-esk
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Issue #427, if available:
Description of changes:
-Updated cognito user pool domain name to be different than elasticsearch domain name
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
fixes #427