- Newest
- Most votes
- Most comments
You can use IaC Generator in Cloud Formation.
You scan the environment, you create CloudFormation templates, you export to CloudFormation or CDK
https://eu-central-1.console.aws.amazon.com/cloudformation/home?region=eu-central-1#/iac-generator
Hello,
Yes you can leverage AWS CDK for creating resources via Typescript.
You get started from the scratch by building a sample project with CDK.
In addition you can also refer to this aws-samples for creating a sample Transfer Family FTP/SFTP server with TypeScript.
Hi Vivek,
Thanks for your pointer. Sorry, i think i didn't explain what i need correctly before. Actually, what i need is to output what ever i have created into a script, Typescript. So instead of d creating the service using Script, i want to do the other way around. I create them in web UI and later on when i have it ready, i want to output it into script. I hope you get what i mean. Thanks a lot.
Relevant content
- asked 9 months ago
- asked 2 years ago

thanks a lot Giovanni for your help