🏠
Working from home
Lifelong learner, who seeks to transcend while following the road of "code, learn, write & teach"
- Cuernavaca
Pinned Loading
-
Code pattern for implementing class-...
Code pattern for implementing class-based AWS Lambda handlers in Python 1"""Base class for implementing Lambda handlers as classes.
2Used across multiple Lambda functions (included in each zip file).
3Add additional features here common to all your Lambdas, like logging."""
4class LambdaBase(object):
5@classmethod
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.