https://github.com/nullstone-modules/aws-eventbus-scheduling
Capability that injects the required env variables for an app to create schedules
https://github.com/nullstone-modules/aws-eventbus-scheduling
Last synced: 4 months ago
JSON representation
Capability that injects the required env variables for an app to create schedules
- Host: GitHub
- URL: https://github.com/nullstone-modules/aws-eventbus-scheduling
- Owner: nullstone-modules
- License: mit
- Created: 2024-03-26T15:59:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T21:01:04.000Z (about 2 years ago)
- Last Synced: 2026-01-30T14:56:19.418Z (4 months ago)
- Language: HCL
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This capability provides the necessary env variables in order to create schedules for the connected AWS EventBridge EventBus.
The env variables injected are:
| Variable | Description |
| --- | --- |
| `EVENTBUS_ARN` | The arn of the AWS EventBridge EventBus. |
| `EVENTBUS_NAME` | The name of the AWS EventBridge EventBus. |
| `EVENTBUS_SCHEDULER_GROUP_NAME` | The name of the scheduler group used as the landing zone for creating schedules. |
| `EVENTBUS_SCHEDULER_ROLE_ARN` | The arn of the IamRole to use when creating schedules. This role has all the permissions required to create a schedule. |