Releases: spezam/eventbridge-cli
Releases · spezam/eventbridge-cli
v1.3.3
- modified newAWSConfig() func to support authentication via profile and env variables.
- created integration tests for ci mode
- documentation fixes
v1.3.2
Event pattern can now be pulled from a SAM template using the format:
sam://template.yaml/LambdaFunctionName
v1.3.0
Introducing CI mode.
README.md contains all the information to include it in CI/CD flows.
v1.2.1
Minor release, improvements to the cleanup of temporary resources.
v1.2.0
Fixed leaking go routine.
#9
v1.1.0
Added file:// support for eventpattern flag
--eventpattern value, -e value EventBridge event pattern. If prefixed with 'file://', a file will be used.
v1.0.0
Feel comfortable for the first grown-up release.
v0.1.5
Fixed build, broken on Linux.