MCPcopy Create free account
hub / github.com/decodableco/examples / kinesis

Function kinesis

tinybird/wiki.py:12–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def kinesis():
13 return boto3.client('kinesis',region_name=os.getenv("REGION"))
14
15def poll():
16 feed=feedparser.parse('https://en.wikipedia.org/w/api.php?action=feedrecentchanges')

Callers 1

pollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected