У нас вы можете посмотреть бесплатно Getting started with AWS Lambda and Serverless Framework или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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... How to create an AWS account (YouTube video): • Видео latest Node.js: https://nodejs.org/en/ You can find the code from the video here: https://github.com/ttarnowski/my-lamb... 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/gett... 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