Extension of the current AWS CloudControl API integration to include support for additional AWS resources that require specific input parameters. These resources currently cannot be ingested through the integration due to missing or required input constraints.
Proposed Solution
Input Parameter Configuration: Extend the integration's YAML mapping structure to allow users to define required parameters for unsupported resources.
Input Parameter Inference: Introduce functionality to infer some input parameters by iterating through other resources. For example, parameters like
RestApiId
or
FunctionName
may be derivable by iterating on the results for API Gateway or Lambda resources.