Skip to content

Instantly share code, notes, and snippets.

@cfclrk
cfclrk / botocore_waiter_asyncio.py
Last active September 19, 2018 03:09
Asyncio botocore waiter
import asyncio
import botocore.session
import functools
cloudformation_template = """
{
"AWSTemplateFormatVersion": "2010-09-09",
"Resources": {
"queue1": {
"Type": "AWS::SQS::Queue",