英文:
How can I use AWS Cloudformer to create a cloud formation template for an existing API Gateway?
问题
我已经使用AWS控制台创建了一个API网关。我想要使用cloudformer生成我的API网关的CloudFormation模板。请帮忙。
英文:
I have created an api gateway using aws console. I would like to fenerate CloudFormation template for my api gateway using cloudformer.
Please help
答案1
得分: 2
以下是已翻译的内容:
CloudFormer似乎已经被弃用,尽管AWS没有正式宣布
AWS没有正式宣布,但请查看这些论坛帖子:
"我们没有计划改进CloudFormer的当前形式。我们建议使用https://former2.com/,这是由Ian McKay贡献的开源工具"
Luis Eduardo Colon,AWS CloudFormation高级开发倡导者
John Rotenstein,亚马逊网络服务的开发者倡导者
尽管AWS没有正式宣布,但CloudFormer似乎已经被弃用。AWS博客没有更新,但官方文档不再提到这个产品。
-
关于CloudFormer的最后一篇博客文章是在2013年。所有其他关于CloudFormer的博客文章都是在2013年。
-
文章包含以下内容
要使用CloudFormer,请启动一个CloudFormation堆栈。有关更多详细信息,请参阅AWS CloudFormation用户指南,其中详细介绍了如何启动和使用CloudFormer生成模板。
-
第一个链接已损坏
-
第二个链接不包含任何与CloudFormer的参考信息
-
在此文档中提到的UI中的'Choose a sample template'不再提到CloudFormer:
应该是什么样子
现在的样子
我应该使用什么替代品?
请参见https://stackoverflow.com/a/62944334/123671
英文:
CloudFormer appears to be end of life despite there being no official announcement from AWS
There's no official announcement from AWS but see these forum posts:
Luis Eduardo Colon, Sr Dev Advocate for AWS CloudFormation
John Rotenstein Developer Advocate at Amazon Web Services
CloudFormer appears to be end of life despite there being no official announcement from AWS. The AWS blogs haven't been updated but official documentation no longer mentions the product.
-
The last blog post on CloudFormer was in 2013. All other blog posts on CloudFormer are in 2013.
-
The post contains the following
> To use CloudFormer, launch a CloudFormation stack. For more details, the AWS CloudFormation User Guide walks you through starting up and using CloudFormer to generate a template.
-
The first link is broken
-
The second link does not contain any references to CloudFormer
-
The 'Choose a sample template' in the UI mention in this document no longer mentions CloudFormer:
What it should look like
What it looks like now
What should I use instead?
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论