You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for running Terraform or SDK/API calls via boto3 as an alternative infrastructure to provider to Cloudformation
Use Case
This would free CDK from all the issues/limitations that come with Cloudformation, also would open the door for cdk to deploy to other cloud providers/environments based on their own specific SDK/APIs.
eladb
changed the title
support alternative infrastructure providers other than Cloudformation
Alternative infrastructure providers (other than CFN)
Aug 4, 2020
eladb
changed the title
Alternative infrastructure providers (other than CFN)
Alternative Infrastructure Providers
Aug 4, 2020
Oh god please no. Just use Pulumi if you want this kind of functionality. CDK does one thing and one thing well: apply opinionated patterns to create CloudFormation templates in a safe way.
add support for running
Terraform
or SDK/API calls viaboto3
as an alternative infrastructure to provider toCloudformation
Use Case
This would free CDK from all the issues/limitations that come with
Cloudformation
, also would open the door for cdk to deploy to other cloud providers/environments based on their own specific SDK/APIs.Proposed Solution
in
cdk.json
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: