-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: sns #147
feat: sns #147
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@@ -495,6 +495,15 @@ async def check_sqs( | |||
) -> StreamResponse: | |||
data = {"sqs_key": sqs_key, "sqs_secret": sqs_secret, "sqs_url": sqs_url} | |||
return await self.post("check_sqs", data=data) | |||
async def check_sns( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[black] reported by reviewdog 🐶
async def check_sns( | |
async def check_sns( |
@@ -479,6 +479,15 @@ def check_sqs( | |||
) -> StreamResponse: | |||
data = {"sqs_key": sqs_key, "sqs_secret": sqs_secret, "sqs_url": sqs_url} | |||
return self.post("check_sqs", data=data) | |||
def check_sns( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[black] reported by reviewdog 🐶
def check_sns( | |
def check_sns( |
@@ -495,6 +495,15 @@ async def check_sqs( | |||
) -> StreamResponse: | |||
data = {"sqs_key": sqs_key, "sqs_secret": sqs_secret, "sqs_url": sqs_url} | |||
return await self.post("check_sqs", data=data) | |||
async def check_sns( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [flake8] <301> reported by reviewdog 🐶
expected 1 blank line, found 0
@@ -479,6 +479,15 @@ def check_sqs( | |||
) -> StreamResponse: | |||
data = {"sqs_key": sqs_key, "sqs_secret": sqs_secret, "sqs_url": sqs_url} | |||
return self.post("check_sqs", data=data) | |||
def check_sns( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [flake8] <301> reported by reviewdog 🐶
expected 1 blank line, found 0
Submit a pull request
CLA
Description of the pull request