Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS 无服务器失败事件目标


失败事件目标

您可以为 Lambda 函数定义失败目标。

**失败目标** 是在 Lambda 执行失败时存储数据的位置。

您可以对异步和流式事件源执行此操作。

您可以使用 SNS 主题、SQS 队列或另一个 Lambda 函数作为异步源。

您还可以使用 SNS 主题或 SQS 队列作为流式事件源。


失败事件目标视频

W3schools.com 与亚马逊网络服务合作,为我们的学生提供数字培训内容。


失败事件目标的工作原理

SendOrder Step Function 启动 SNS 主题“Fulfillment”。

**SNS 主题** 是一个通信访问点。

它拥有处理任何履行需求的订阅者。

如果订阅者失败,则存在失败目标来存储记录。

您必须设置失败目标。

失败目标存储的数据比死信队列的事件对象更多。

您还可以为成功处理的事件定义成功目标。

失败目标为您提供了更多选项来调整或修改您的失败模式。

任务订阅者可以是 Lambda 函数。


AWS 无服务器练习

通过练习测试自己

练习

填空。

On-failure destination is where  is stored when a  fails

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.