Skip to content

Instantly share code, notes, and snippets.

@mshakhomirov
Created October 20, 2019 17:45
Show Gist options
  • Save mshakhomirov/527560dbafe9e3fbc602afd1d87bd16c to your computer and use it in GitHub Desktop.
Save mshakhomirov/527560dbafe9e3fbc602afd1d87bd16c to your computer and use it in GitHub Desktop.
from event import data
print(data['bucket'])
print(data['name'])
print(data['timeCreated'])
from main import streaming
streaming(data, 'context')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment