https://github.com/nullstone-modules/aws-batch-job-scheduling
Capability that injects the arn of the connection job definition
https://github.com/nullstone-modules/aws-batch-job-scheduling
Last synced: 4 months ago
JSON representation
Capability that injects the arn of the connection job definition
- Host: GitHub
- URL: https://github.com/nullstone-modules/aws-batch-job-scheduling
- Owner: nullstone-modules
- License: mit
- Created: 2024-03-26T18:59:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T19:19:24.000Z (about 2 years ago)
- Last Synced: 2026-01-30T14:57:02.203Z (4 months ago)
- Language: HCL
- Size: 5.86 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 injects the arn of the connection job definition into an application.
This allows the application to schedule jobs with this job definition.
The env variables injected are:
| Variable | Description |
| --- | --- |
| `BATCH_JOB_DEFINITION_ARN` | The arn of the Batch Job Definition that is connected to this capability. |
| `BATCH_JOB_DEFINITION_NAME` | The name of the Batch Job Definition that is connected to this capability. |