gpt4 book ai didi

如何在 AWS SQS 上使用 waiter 函数的 Python 示例

转载 作者:太空宇宙 更新时间:2023-11-04 09:49:51 25 4
gpt4 key购买 nike

我正在尝试使用适用于 AWS 上的 SQS 的服务员功能。但是,我还没有看到这个作品的任何文档和 python 示例

此处引用 Waiter 的 AWS Boto/SQS 文档链接:http://boto3.readthedocs.io/en/latest/guide/clients.html#waiters , 但没有给出任何使用 SQS 的详细示例

感谢任何指导

最佳答案

SQS 在 boto3 中没有服务员。

Note if a client does not have any waiters, it will return an empty list when accessing its waiter_names attribute.

import boto3
sqs = boto3.client('sqs')
sqs.waiter_names
[]

关于如何在 AWS SQS 上使用 waiter 函数的 Python 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48250068/

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