Benjamin Morris

Results 18 issues of Benjamin Morris

Within `rdk deploy`, there is an option to configure SSM integration. This option uses an `AutomationAssumeRole` value, but isn't checked to ensure that it can actually be assumed by the...

Within __get_test_CIs, there is a commented-out call to `test_ci_list self._load_cis_from_file(tests_path)` This can be implemented to test CI files from a file path.

enhancement

configRule.yaml (and all the CFT YAMLs) defaults to use "NONE" for certain parameter values (eg. SourceEvents and SourcePeriodic). This behavior is unintuitive and should be replaced by falsy values for...

Currently, the `rdk export` command only supports Custom and Custom Organization rules. This should be expanded to support Managed rules, if there is demand for it.

Migrating TODOs to Issues. Lambda IAM Roles created by RDK has sts:AssumeRole wildcard permissions, and should be either removed entirely or scoped down significantly. There are some cross-account implications where...

Migrating TODOs to Issues: ```yaml ## TODO: Enable this once the repo is totally formatted to standard. # lint-style: # name: Linting and Styling # runs-on: ubuntu-latest # steps: #...

Library hasn't had an update in years and is basically the same as adding a `print()` statement since we always run in Lambda.

Some of the workshop content is out of date and could use a little editing. - Make sure that we are steering people toward rdklib (and potentially CfnGuard) so their...