
Use Step Functions to update the business metadata catalog in Amazon DataZone

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/sfn-datazone-update-metadata-cdkcd step-functions-workflows-collection/sfn-datazone-update-metadata-cdk/
1. Bootstrap CDK, if needed: cdk bootstrap aws://{your-aws-account-number}/{your-aws-region}2. Deploy the stack: npx cdk deploy --parameters dataZoneDomainId=<value> --parameters dataZoneProjectId=<value>
cdk destroy.