简体   繁体   中英

AWS generating CloudFormation from Lambda S3 Use Case

I have a bunch of Lambdas, SQSs and S3 sources/destinations as DataLake which I want to convert to a template/CloudFormation stack.

How do i do this? Is there any way to automatically generate this or i might have to do it manually learning YAML CloudFormation templates?

AWS 用例

Thank you!

There is a tool called Former2 you could try to use. The issue you will have with CloudFormation is existing, manually created resources can't usually be managed by it without importing and that only works for certain resources .

If you are looking for a tool to assist with creating the resources from the ground up and are already doing development in a supported language you could take a look at CDK (Cloud Development Kit) , which makes working with CloudFormation a bit easier.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM