DEV Community

Discussion on: My Python Serverless Setup

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?