feat!: complete custom resource migration#528
Open
damacus wants to merge 6 commits into
Open
Conversation
Finish the AWS cookbook custom resource migration by folding legacy provider logic into resources, removing top-level recipes, adding shared AWS properties, modernizing EBS volume state handling, and documenting the resource-only model. Align Kitchen and CI on ubuntu-24.04 with a stubbed local default suite plus secret-backed live acceptance workflows, and add ChefSpec/InSpec coverage plus per-resource documentation for the public resource surface.
Preserve service-specific AWS stub payloads when running in local stub mode so the default DynamoDB suite exercises the intended create path. Explicitly set the Kitchen suite verifiers to InSpec so local and live suites do not fall back to the legacy busser verifier during verify.
Replace the nonexistent chef/chef-workstation-action reference with the working Chef installer action used in current Sous-Chefs workflows, and set CHEF_LICENSE for the CI and live Kitchen commands.
Signed-off-by: Dan Webb <dan.webb@damacus.io>
Member
Author
|
@thug-gamer would you mind taking this for a spin? |
thug-gamer
reviewed
Apr 30, 2026
| uses: actions/checkout@v5 | ||
| - name: Install Chef | ||
| uses: actionshub/chef-install@main | ||
| uses: sous-chefs/.github/.github/actions/install-workstation@main |
Contributor
There was a problem hiding this comment.
Do you want to use an unpinned version? Alternatively you could pin the version and let renovate do dependency updates
Comment on lines
91
to
92
| # cfn_params_chagned - see if parameters have updated | ||
| def cfn_params_chagned? |
Contributor
There was a problem hiding this comment.
Fix this typo and also update any references.
cfn_params_chagned -> cfn_params_changed
| - name: rockylinux-8 | ||
| - name: rockylinux-9 | ||
| - name: ubuntu-20.04 | ||
| - name: ubuntu-22.04 |
Contributor
There was a problem hiding this comment.
What is the reason you are dropping most platforms?
| needs: lint-unit | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: sous-chefs/.github/.github/actions/install-workstation@main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing