aws-solutions / cognito-user-profiles-export-reference-architecture

A reference architecture for exporting user profiles, group details, and group memberships from an Amazon Cognito User Pool to an Amazon DynamoDB global table using AWS Step Functions and AWS Lambda.
https://aws.amazon.com/solutions/implementations/cognito-user-profiles-export-reference-architecture/
Apache License 2.0
52 stars 19 forks source link

Rewrite cloudformation with cdk #25

Closed C-h-e-r-r-y closed 11 months ago

C-h-e-r-r-y commented 1 year ago

Is your feature request related to a problem? Please describe. I have to see a lot of code perform several operation by hand

Describe the feature you'd like Using cdk with one command build will the best option: build/package code, run test, deploy resources Also using CDK will decrease boilerplate code 10 times!

P.S. Many thanks for good solution anyway.

mikeols commented 11 months ago

Thank you for the feedback. Converting this to CDK is definitely a consideration going forward, but I cannot give a timeline at the moment. The feedback has been added to our roadmap so I will close this for now.