aws-samples / step-functions-workflows-collection

Step Functions Workflows. Learn more at the website: https://serverlessland.com/workflows.
MIT No Attribution
222 stars 120 forks source link

[New Workflow] Adds Configuration Backup Workflow Pattern #338

Closed ShehryarAbbasi closed 10 months ago

ShehryarAbbasi commented 10 months ago

Issue #, if available: 337

Description of changes: Adds a new Workflow which can discover and centrally store Resource configurations as a point-in-time snapshot in a mult-region, multi-account setting using an existing AWS Config Aggregator. This solution uses SAM and leverages AWS SDK integrations to provide a low-code example of interacting with AWS Config and Amazon S3 APIs.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

benjasl-stripe commented 10 months ago

Please include a .png export of the workflow image (transparent , without annotations)

ShehryarAbbasi commented 10 months ago

@bls20AWS Changed image to be the export from the workflow (PNG, transparent, without annotations)

ShehryarAbbasi commented 10 months ago

Made some minor updates to the example-workflow.json to fix the repoURL and templateDir values

benjasl-stripe commented 10 months ago

merged