MCPcopy Create free account
hub / github.com/zappa/Zappa / task_sns

Function task_sns

zappa/asynchronous.py:447–451  ·  view source on GitHub ↗

SNS-based task dispatcher. Functions the same way as task()

(func)

Source from the content-addressed store, hash-verified

445
446
447def task_sns(func):
448 """
449 SNS-based task dispatcher. Functions the same way as task()
450 """
451 return task(func, service="sns")
452
453
454##

Callers

nothing calls this directly

Calls 1

taskFunction · 0.85

Tested by

no test coverage detected