Back to Browse

Getting started with AWS Lambda and Serverless Framework

11.3K views
Jul 8, 2021
35:18

This video tutorial will walk you through the process of creating and deploying a node.js AWS Lambda function with the use of the Serverless Framework to speed the whole process up. How to create an AWS account (article): https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/ How to create an AWS account (YouTube video): https://www.youtube.com/watch?v=v3WLJ_0hnOU latest Node.js: https://nodejs.org/en/ You can find the code from the video here: https://github.com/ttarnowski/my-lambda-function Command to create a new TypeScript serverless project: serverless create --template aws-nodejs-typescript --path name-of-your-project Getting started with AWS Lambda and Serverless Framework blog article: https://blog.tomasztarnowski.com/getting-started-with-aws-lambda-and-serverless-framework Software used in the video: Visual Studio Code IDE: https://code.visualstudio.com/ Thank you for watching and see you soon! 00:00 Intro 00:40 Prerequisites 03:15 How to create IAM Admin User with AWS Management Console 08:41 How to install AWS CLI 11:45 Configuring AWS CLI 16:05 Installing serverless framework with npm 17:46 How to create a serverless project 20:28 serverless.yml file overview and configuration 26:49 handler.js file - lambda function implementation 30:54 Deploying Lambda function 31:50 Testing the endpoint with the browser and curl 33:38 The end

Download

1 formats

Video Formats

360pmp459.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Getting started with AWS Lambda and Serverless Framework | NatokHD