How To Deploy a Lambda REST API Gateway Using the AWS CDK

preview_player
Показать описание
In this video we break down process to deploy an Amazon API Gateway using the AWS Cloud Development Kit (CDK) for Typescript. This is the second video in the Lambda & API Gateway series.

Video Resources

Chapters:
0:00 Intro
0:25 Building
2:22 Deploy
3:17 Test
3:32 Teardown

QUESTION - What videos would you like to see me make next on this channel?

===============
My Gear
===============
Audio

Studio

===============
Connect with me
===============

===============
About me
===============
My name is Ryan and I am an AWS certified Solutions Architect and Developer. I teach real-world serverless system design using AWS!

This video is NOT sponsored. Some links are affiliate links which means if you buy something I will receive a small commission.

#aws #cloudmancer #cdk #cloudformation #apigateway #api #lambda
Рекомендации по теме
Комментарии
Автор

Which videos would you like to see me make next on this channel?

cloudmancer
Автор

Hi Ryan Thanks for making this great video. I wonder if I would like to use some 3rd party package like axios, is there any extra thing that I need to set it up in my stack.ts ? or it is enough that I just simply run npm install axios then import it in the handler?

CK-buwh