Skip to content

Instantly share code, notes, and snippets.

@nicokruger
Created October 28, 2019 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicokruger/9f0459fcbd16dc8b376d2ffae5b84d29 to your computer and use it in GitHub Desktop.
Save nicokruger/9f0459fcbd16dc8b376d2ffae5b84d29 to your computer and use it in GitHub Desktop.
class Chezzers(sfn.IStepFunctionsTask):
def __init__(self, app, id, **kwargs):
super().__init__(app, **kwargs)
def bind(task):
print("called it!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment