George Lee

Results 6 comments of George Lee

@josefaidt We use lambda layers. Last i checked, I cant mock the function with lambda layers... can I? I make edits in the lambda console and then once its working,...

@josefaidt I ran python --version, and it seems like i have python 3.8.5. I don't think I'm using python 3.9. How can i check which runtime is being used by...

I checked the pipfile info inside the lambda function and I am seeing Python 3.8 as the version. How come I am still having this issue? In it, I see:...

george:~/environment $ which python3 /usr/bin/python3 george:~/environment $ python3 --version Python 3.8.5 @josefaidt

That's correct @josefaidt . I don't thinking adding a dependency should exceed the limit... I can use lambda layers for external libraries.