Every AWS SDK Waiter
✦ 2025-11-19
I’ve just published a new repo containing every AWS SDK waiter, and its configuration. Find it @ KieranHunt/aws-sdk-waiters on GitHub.
To build that table, I’m relying on a technique I learned from Simon Willison. It works as follows:
- Using GitHub actions, run a workflow daily.
- In the workflow,
git clonethe AWS SDK for Java repository. - Use a script to find all waiter files and compile a markdown table with their configuration. Make the script update the repo’s README.
- Back in the GitHub Action’s worklow, commit the changes (if there are any) before pushing.
Read the entire workflow in aws-sdk-waiters/.github/workflows/daily-aws-sdk-check.yml at main · KieranHunt/aws-sdk-waiters on GitHub.
