extensions
extensions copied to clipboard
[Amazon AWS] feat: glue command
Description
This PR adds Glue functionality to the AWS extension. I am using the glue service very frequently and the extension should help to get the main tasks done in no time. Those tasks are:
- get an overview about all jobs
- trigger a job (when default arguments allow it)
- show the recent runs of a job
- get insights of the job and resource definition
Screencast
Get on overview of all defined jobs
Status running
Get a list of the most recent job runs (limited to 25 executions, to get loading times in a reasonable limit)
Actions
Damn! Job Error ... Whats the message?
Get all details of the job definition
Checklist
- [x] I read the extension guidelines
- [x] I read the documentation about publishing
- [x] I ran
npm run build
and tested this distribution build in Raycast - [x] I checked that files in the
assets
folder are used by the extension itself - [x] I checked that assets used by the
README
are placed outside of themetadata
folder