aws-samples / aws-stepfunctions-examples

AWS Step Functions is an orchestration service for reliably executing multi-step processes using visual workflows. This repository includes detailed examples that will help you unlock the power of serverless workflow.
MIT No Attribution
226 stars 86 forks source link

Orchestrating S3 Glacier Deep Archive object retrieval using Step Functions #15

Closed dmahapatro closed 2 years ago

dmahapatro commented 2 years ago

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. By submitting this pull request, I agree to be bound by the Flex Your Skills Terms and Conditions.

JustinCallison commented 2 years ago

@dmahapatro this looks like a CDK based project not a SAM based one. I think this should be in a /cdk sub-directory, no?

dmahapatro commented 2 years ago

@JustinCallison You are absolutely correct. I totally missed it. Let me get that fixed.

dmahapatro commented 2 years ago

@JustinCallison Moved the app under /cdk.