tiagob / create-full-stack

Set up a TypeScript full stack with one command.
https://create-full-stack.com
MIT License
97 stars 9 forks source link

Explore AWS CDK #59

Open tiagob opened 4 years ago

tiagob commented 4 years ago

May prefer AWS CDK over Pulumi for v1.

The advantage is there are fewer accounts and tools. You already need AWS setup for Pulumi. The other advantage is that it's free. TS is the most mature. Docs look good. 100% cloud formation coverage.

https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html

tiagob commented 4 years ago

Related to https://github.com/tiagob/create-full-stack/issues/99

aws cdk doesn't support auth0 or any other cloud. everything is exclusively aws.

I'd like to see cdktf more mature and that would be a good alternative to Pulumi

Punting in favor of Pulumi for v1