sns_topic boto3 port (#39292)

* Port sns_topic to boto3 and add tests
This commit is contained in:
Will Thames
2018-08-24 11:04:18 +10:00
committed by Sloane Hertel
parent a78cc15099
commit 60e3af42d5
13 changed files with 676 additions and 154 deletions

View File

@@ -0,0 +1,6 @@
from __future__ import print_function
def handler(event, context):
print(event)
return True