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/issue 1155 enable attributes config in cognito #1160

Conversation

Arun4you
Copy link
Contributor

Related Issue

Closes #1155

Your solution

Passed the configured parameters to the AWS SDK.

How Has This Been Tested?

Deployed the Cognito resource from the local environment. The results are working as expected.

Screenshots (if relevant):

Screenshots are attached to the issue created.

Copy link
Collaborator

@Pavel910 Pavel910 left a comment

Choose a reason for hiding this comment

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

@Arun4you thanks for the PR, a small change and we're good :)

const {
region = "us-east-1",
name,
tags = {},
appClients = [],
allowSignup = false
allowSignup = false,
Schema
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Arun4you please make input keys for UsernameAttributes and Schema lower case, to be consistent with the existing components. usernameAttributes and schema.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Pavel910 Thank you for the feedback. I have committed the changes again. Please validate.

Copy link
Collaborator

@Pavel910 Pavel910 left a comment

Choose a reason for hiding this comment

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

@Arun4you great, thanks!

@Pavel910 Pavel910 merged commit fc9bebb into webiny:master Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants