简体   繁体   中英

Cloudformation template to SAM or serverless?

I want to extend lambCI cloudformation template but am finding myself lost in barley human-readable json/yml it provides.

Is it possible to reverse-transform CF template to something else(sam, serverless...), edit it and then transform back?

That template is not really complicated. Having it as a SAM-template wouldn't make it more readable at all, because the ressources it defines either can't be defined using SAM or wouldn't make it significantly shorter.

As far as I know there are also no tools available which would do conversion to SAM/Serverless automatically.

I always find such templates way more readable in YAML, than in JSON, so what you could do is to convert it from JSON to YAML using aws-cfn-template-flip , edit it and convert it back afterwards (or even use it as YAML).

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