Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative Infrastructure Providers #217

Closed
1 of 2 tasks
alimeerutech opened this issue Jul 31, 2020 · 3 comments
Closed
1 of 2 tasks

Alternative Infrastructure Providers #217

alimeerutech opened this issue Jul 31, 2020 · 3 comments
Assignees
Labels
effort/large Significant effort required for implementation status/rejected

Comments

@alimeerutech
Copy link

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.

Proposed Solution

in cdk.json

apps: [
  {
    "name": "app1",
    "provider": "terraform"
  },
  {
    "name": "app2",
    "provider": "boto3"
  }
]

Other

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@eladb
Copy link
Contributor

eladb commented Aug 4, 2020

I am transferring this to the RFC repo for further discussion.

@eladb eladb transferred this issue from aws/aws-cdk Aug 4, 2020
@eladb eladb changed the title support alternative infrastructure providers other than Cloudformation Alternative infrastructure providers (other than CFN) Aug 4, 2020
@eladb eladb changed the title Alternative infrastructure providers (other than CFN) Alternative Infrastructure Providers Aug 4, 2020
@eladb eladb added status/proposed Newly proposed RFC effort/large Significant effort required for implementation labels Aug 4, 2020
@jamesholmes-linktree
Copy link

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.

@mrgrain
Copy link
Contributor

mrgrain commented Oct 27, 2023

This would be a strategy decision, not just a technical one. Therefore out of scope for this repo.

@mrgrain mrgrain closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2023
@mrgrain mrgrain added status/rejected and removed status/proposed Newly proposed RFC labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/large Significant effort required for implementation status/rejected
Projects
None yet
Development

No branches or pull requests

5 participants