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

feat(dynamodbstreams-lambda-elasticsearch-kibana): updated cognito user pool domain name #433

Merged
merged 3 commits into from
Oct 7, 2021

Conversation

mickychetta
Copy link
Contributor

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

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: codebuildgithubautobuildPro-fkVQbXRiQi6A
  • Commit ID: ab546de
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

@biffgaut biffgaut left a 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);
Copy link
Contributor

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-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: codebuildgithubautobuildPro-fkVQbXRiQi6A
  • Commit ID: 612ba7a
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mickychetta mickychetta self-assigned this Oct 7, 2021
@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: codebuildgithubautobuildPro-fkVQbXRiQi6A
  • Commit ID: 8cba952
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@biffgaut biffgaut merged commit 6f340a6 into awslabs:main Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(dynamodbstreams-lambda-elasticsearch-kibana): duplicate domain names in another user pool
3 participants