I hereby claim:
- I am cfclrk on github.
- I am cfclrk (https://keybase.io/cfclrk) on keybase.
- I have a public key whose fingerprint is B354 F6B5 BEF2 1495 111E 3796 7E2B 7BC1 EA50 E5EB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import asyncio | |
| import aiobotocore | |
| cloudformation_template = """ | |
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Resources": { | |
| "queue1": { | |
| "Type": "AWS::SQS::Queue", | |
| "Properties": { |
| import asyncio | |
| import botocore.session | |
| import functools | |
| cloudformation_template = """ | |
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Resources": { | |
| "queue1": { | |
| "Type": "AWS::SQS::Queue", |
| import botocore.session | |
| cloudformation_template = """ | |
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Resources": { | |
| "queue1": { | |
| "Type": "AWS::SQS::Queue", | |
| "Properties": { | |
| "QueueName": "my-queue" |