Skip to content

Commit

Permalink
fix sfn description (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist authored Feb 4, 2022
1 parent 4ab47a5 commit c8bc381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/sfn-io-helper-lambdas/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def process_batch_event(event, _):


def process_sfn_event(event, _):
execution_arn = event.detail["executionArn"]
execution_arn = event["detail"]["executionArn"]
if os.environ["APP_NAME"] in execution_arn:
batch_events.archive_sfn_history(execution_arn)

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.15.0-beta
v0.15.1-beta

0 comments on commit c8bc381

Please sign in to comment.