Skip to content

Releases: spezam/eventbridge-cli

v1.3.4

23 Jul 11:41
aa4faf0
Compare
Choose a tag to compare

go mods update

v1.3.3

11 May 06:18
Compare
Choose a tag to compare
  • modified newAWSConfig() func to support authentication via profile and env variables.
  • created integration tests for ci mode
  • documentation fixes

v1.3.2

06 May 09:34
8efbdd9
Compare
Choose a tag to compare

Event pattern can now be pulled from a SAM template using the format:

sam://template.yaml/LambdaFunctionName

v1.3.0

28 Apr 17:47
Compare
Choose a tag to compare

Introducing CI mode.

README.md contains all the information to include it in CI/CD flows.

v1.2.1

27 Apr 18:20
Compare
Choose a tag to compare

Minor release, improvements to the cleanup of temporary resources.

v1.2.0

03 Apr 04:54
054a522
Compare
Choose a tag to compare

Fixed leaking go routine.
#9

v1.1.0

01 Apr 08:21
15cc4d6
Compare
Choose a tag to compare

Added file:// support for eventpattern flag

--eventpattern value, -e value  EventBridge event pattern. If prefixed with 'file://', a file will be used.

v1.0.1

30 Mar 06:04
Compare
Choose a tag to compare

First release built with goreleaser

https://github.com/goreleaser/goreleaser

v1.0.0

26 Mar 08:39
Compare
Choose a tag to compare

Feel comfortable for the first grown-up release.

v0.1.5

25 Mar 18:08
Compare
Choose a tag to compare

Fixed build, broken on Linux.