epam / aws-syndicate

Syndicate deployment framework
Apache License 2.0
58 stars 11 forks source link

[BUG] Please fix using env variables in demo-cognito-api-gateway project #437

Closed Attila816-dev closed 3 days ago

Attila816-dev commented 4 days ago

The issue is that currently we don't specify region and userPoolId in the NodeJs demo-cognito-api-gateway project, please fix this like it's used in the python example at calling admin_initiate_auth method and initiating cognito_client. Also in the java example there are methods like PostSignUpHandler, PostSignInHandler which are missing from both the NodeJs and the python implementations.

Polina-Prakhova commented 3 days ago

Hello, Attila! Thank you for your feedback and your help in improving the tool.

Your points have been taken into account and updated examples are now in the develop branch:

Please note that the naming of functions and the structure of the code may differ from runtime to runtime.

Attila816-dev commented 3 days ago

Thank You @Polina-Prakhova