Replies: 2 comments
-
No, they are not the same. But there are some similarities between them. https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html
The CDK "synthesizes" to cloud formation. So this might be what you want to use. You can find the getting started docs here. While it doesn't support rust, you can use any of the following languages: JavaScript(TypeScript), Python, Java, .Net, or Go. |
Beta Was this translation helpful? Give feedback.
-
The schema used by the Cloud Control API is not necessarily the same as the schemas of the CloudFormation resource provider. While both are related to cloud resource management, they may have different implementations and specifications. Therefore, it is not guaranteed that the CloudFormation resource provider schemas are available in any GitHub repository. |
Beta Was this translation helpful? Give feedback.
-
Question related to Cloud Control API schema:
Does the schema used by Cloud Control API is same as CloudFormation resource provider schemas
Whether the CloudFormation resource provider schemas is available in any github repo?
Beta Was this translation helpful? Give feedback.
All reactions