Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
def
kinesis():
13
return
boto3.client(
'kinesis'
,region_name=os.getenv(
"REGION"
))
14
15
def
poll():
16
feed=feedparser.parse(
'https://en.wikipedia.org/w/api.php?action=feedrecentchanges'
)
Callers
1
poll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected