Skip to content

Commit

Permalink
fixing evb local target callback
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Sep 27, 2020
1 parent 8bc21e6 commit 1742603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sam/src/builders/localRuleCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function create(event) {
eventBridgeClient.createTarget(
eventConsumerName,
localRule,
body.targetId,
localRule.Target,
token
)
);
Expand Down
2 changes: 1 addition & 1 deletion sam/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ['eventbridge', 'evb-cli', 'debugging']
HomePageUrl: https://github.com/mhlabs/evb-cli#readme
SemanticVersion: 0.0.4
SemanticVersion: 0.0.5
SourceCodeUrl: https://github.com/mhlabs/evb-cli
Resources:
OnConnectFunction:
Expand Down

0 comments on commit 1742603

Please sign in to comment.