pullTrafficInfo completed
This commit is contained in:
7
slack-bot/sendToSQS.py
Normal file
7
slack-bot/sendToSQS.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import boto3
|
||||
from pullTrafficInfo import getTrafficInfo
|
||||
|
||||
session = boto3.Session(profile_name='plex-aws')
|
||||
sqs = session.resource('sqs')
|
||||
|
||||
queue = sqs.create_queue(QueueName='test', Attributes={'DelaySeconds': '5'})
|
||||
Reference in New Issue
Block a user