Skip to content

Commit

Permalink
version and docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Ridolfi committed Nov 25, 2020
1 parent 980ef4b commit 320dc87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,14 @@ eventbridge-cli -p myawsprofile -b fishnchips-eventbus \
test-event -i file://testdata/eventpattern.json -e fishnch

eventbridge-cli -p myawsprofile -b fishnchips-eventbus \
test-event -i file://testdata/eventpattern.json -e fishnchips-eventbridge-BetaFunctionEventListener
test-event \
-i file://testdata/eventpattern.json \
-e fishnchips-eventbridge-BetaFunctionEventListener

eventbridge-cli -p myawsprofile -b fishnchips-eventbus \
test-event \
-i '{"version":"0", "id": "cwe-test", "account": "123456789012", "region": "eu-north-1", "time": "2017-04-11T20:11:04Z", "source": ["beta"], "detail": {"channel": ["web"]}, "detail-type": ["poc.succeeded"]}' \
-e fishnchips-eventbridge-BetaFunctionEventListener
-i '{"version":"0", "id": "cwe-test", "account": "123456789012", "region": "eu-north-1", "time": "2017-04-11T20:11:04Z", "source": ["beta"], "detail": {"channel": ["web"]}, "detail-type": ["poc.succeeded"]}' \
-e fishnchips-eventbridge-BetaFunctionEventListener
```


Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
func main() {
app := &cli.App{
Name: namespace,
Version: "1.4.1",
Version: "1.5.0",
Usage: "AWS EventBridge cli",
Authors: []*cli.Author{
{Name: "matteo ridolfi"},
Expand Down

0 comments on commit 320dc87

Please sign in to comment.