Explore AWS CDK
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
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