From 50d2734506e6f7ef21e932f60ff778ae94bd393f Mon Sep 17 00:00:00 2001 From: Manikandan Karimanal <32000036+manikandanks2000@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:34:03 +0000 Subject: [PATCH] folder name changes --- .../app.py | 2 +- .../eventbridge_pipes_sqs_to_stepfunctions_python_stack.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/{cdk_eventbridge_pipes_sqs_to_stepfunctions_python/cdk_eventbridge_pipes_sqs_to_stepfunctions_python_stack.py => eventbridge_pipes_sqs_to_stepfunctions_python/eventbridge_pipes_sqs_to_stepfunctions_python_stack.py} (100%) diff --git a/cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/app.py b/cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/app.py index f24fe9139..fb366e479 100644 --- a/cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/app.py +++ b/cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/app.py @@ -3,7 +3,7 @@ import aws_cdk as cdk -from cdk_eventbridge_pipes_sqs_to_stepfunctions_python.cdk_eventbridge_pipes_sqs_to_stepfunctions_python_stack import SqsToStepfunctionsFilterTransformStack +from eventbridge_pipes_sqs_to_stepfunctions_python.eventbridge_pipes_sqs_to_stepfunctions_python_stack import SqsToStepfunctionsFilterTransformStack app = cdk.App() diff --git a/cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/cdk_eventbridge_pipes_sqs_to_stepfunctions_python/cdk_eventbridge_pipes_sqs_to_stepfunctions_python_stack.py b/cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/eventbridge_pipes_sqs_to_stepfunctions_python/eventbridge_pipes_sqs_to_stepfunctions_python_stack.py similarity index 100% rename from cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/cdk_eventbridge_pipes_sqs_to_stepfunctions_python/cdk_eventbridge_pipes_sqs_to_stepfunctions_python_stack.py rename to cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/eventbridge_pipes_sqs_to_stepfunctions_python/eventbridge_pipes_sqs_to_stepfunctions_python_stack.py