AWS-SQS
前回の続きです。今回はSQSを操作するぞ。 "Getting Started with AWS and Python"をboto3で試す その1 - goodbyegangsterのブログ fifoのqueueを作成するため、NorthVirginaリージョンで作業します。 > import boto3 > sqs = boto3.resource('sqs', region…
前回の続きです。今回はSQSを操作するぞ。 "Getting Started with AWS and Python"をboto3で試す その1 - goodbyegangsterのブログ fifoのqueueを作成するため、NorthVirginaリージョンで作業します。 > import boto3 > sqs = boto3.resource('sqs', region…