API Authentication with serverless lambdas

I am attempting to protect my API endpoints with jwt but am only finding documentation for node(express) environments. Is there any documentation for authorizing via jwt in a serverless environment? I am using netlify for the project. Any help is appreciated