Deploy an AWS Lambda Function with the Serverless Framework

InstructorLukas Ruebbelke

Share this video with your friends

Send Tweet

You can create endpoints without drastically changing your function writing workflow by using the Serverless framework.

With Serverless you can generate a new handler function from the command line. Then, you can change the configuration, write your function, and deploy it to AWS.