Having trouble running lambda functions for slack bot/app with Python 3.8

thanks that really did the trick…

in any case, I’ll go back to the serverless docs to better understand the layers part, since that was the problem for me…

since I’m here, might as well better understand how to use those as well.

Great, and ye if you need to use layers in the future check if they are being correctly applied to the lambda

just trying to play with serverless since I want to create a slack app to run with lambda and aws api gateway… thought it would be a good chance to try serverless for that as well.

Ye serverless framework is alright it can get you up and running quite quickly once you get use to it

personally, i prefer aws cdk these days

Whoa-this really sounds like over complication

Just start with one step at a time

Get the python to work. Then run it as a lambda. Then via serverless.

yes, that’s the feeling I’m getting as well.