Skip to content

Commit

Permalink
Issue #3 working new metadata strategy - inner sfn does not GetMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider-vertical-relevance committed Apr 29, 2022
1 parent 5dfbd3e commit c8f84c6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions stacks/control_broker_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ def deploy_inner_sfn(self):
"States": {
"ParseInput": {
"Type": "Pass",
# "Next": "GetMetadata",
"Next": "OpaEval",
"Parameters": {
"JsonInput": {
Expand All @@ -446,21 +445,6 @@ def deploy_inner_sfn(self):
},
"ResultPath": "$",
},
# "GetMetadata": {
# "Type": "Task",
# "Next": "OpaEval",
# "ResultPath": "$.GetMetadata",
# "Resource": "arn:aws:states:::lambda:invoke",
# "Parameters": {
# "FunctionName": self.lambda_s3_select.function_name,
# "Payload": {
# "Bucket": self.bucket_pipeline_ownership_metadata.bucket_name,
# "Key": self.pipeline_ownership_metadata["Suffix"],
# "Expression": "SELECT * from S3Object s",
# },
# },
# "ResultSelector": {"Metadata.$": "$.Payload.Selected"},
# },
"OpaEval": {
"Type": "Task",
"Next": "GatherInfractions",
Expand Down

0 comments on commit c8f84c6

Please sign in to comment.