cloudwatch: update docs
This commit is contained in:
parent
f650479266
commit
9c6b029f87
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
def get_queue(app):
|
def get_queue(app):
|
||||||
"""
|
"""
|
||||||
Returns a queue to the CloudWatchSender. If a queue/sender do not exist, creates them.
|
Returns a queue to a new CloudWatchSender.
|
||||||
"""
|
"""
|
||||||
access_key = app.config['CLOUDWATCH_AWS_ACCESS_KEY']
|
access_key = app.config['CLOUDWATCH_AWS_ACCESS_KEY']
|
||||||
secret_key = app.config['CLOUDWATCH_AWS_SECRET_KEY']
|
secret_key = app.config['CLOUDWATCH_AWS_SECRET_KEY']
|
||||||
|
|
Reference in a new issue