Created
October 28, 2019 13:46
-
-
Save nicokruger/9f0459fcbd16dc8b376d2ffae5b84d29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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