DEV Community

Cover image for My Python Serverless Setup

My Python Serverless Setup

Eduardo Grajeda on August 26, 2018

I've been toying around with Serverless and Python for a few years on my spare time, and more recently at work. I've noticed my basic setup (server...
Collapse
 
doubledare704 profile image
Oleksiy

Hello, Eduardo, I'm wondering, how you add some util functions for lambdas?
E.g. function1 uses method validate_number and function2 uses this method too. How you import validate_number from external py file in serverless?

Collapse
 
gudata profile image
gudata

Thank you for the great article!