An open API service indexing awesome lists of open source software.

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

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. |