gpt4 book ai didi

integration-testing - 如果 CodeBuild 失败,则删除 CloudFormation 堆栈

转载 作者:行者123 更新时间:2023-12-03 07:37:04 25 4
gpt4 key购买 nike

我在 CodePipeline 中有一个阶段,它部署 CloudFormation 模板来动态生成环境以执行集成测试。如果集成测试失败,我想删除这些环境,但我不知道如何解决该问题。我正在考虑添加 CloudWatch 事件来触发 lambda,但随后我受到 lambda 5 分钟超时的限制。

最佳答案

I was thinking on adding a CloudWatch event to trigger a lambda but then I have the constraint of the 5 minutes timeout for the lambda.

这是我推荐的方法。 CodePipeline 会发出 CloudWatch 事件,包括操作失败时的事件:https://docs.aws.amazon.com/codepipeline/latest/userguide/detect-state-changes-cloudwatch-events.html

关于 5 分钟超时,这应该不是问题,因为 CloudFormation DeleteStack API 将立即返回,即使 CloudFormation 需要几分钟才能实际删除堆栈。

关于integration-testing - 如果 CodeBuild 失败,则删除 CloudFormation 堆栈,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50409085/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com