Create a REST API with API Gateway and Lambda | AWS Cloud Computing Tutorials for Beginners

preview_player
Показать описание
The world runs on APIs (application programming interfaces) these days, and it’s likely that you’ll need to build APIs for your own application, or for others to consume.

In this hands-on tutorial, we’ll build a simple “hello world” Lambda function, and then create an API Gateway GET method that calls it. And be sure to stick around to the end where I’ll show you how to delete the resources.

🌟🌟If you’re interested in getting AWS certifications, check out these full courses. They include lots of hands-on demos, quizzes and full practice exams. Use FRIENDS10 for a 10% discount!

00:00 – Creating a Hello World Lambda function so we can call it from API Gateway
00:57 – Creating a new REST API in API Gateway
01:52 – Creating a GET method in API Gateway to call our Lambda function
02:46 – Testing the API Gateway GET method
03:09 – Deploying our API in API Gateway
03:36 – Invoking the API Gateway URL to call our Lambda function
03:58 – IMPORTANT! Delete your Lambda function and API
Рекомендации по теме
Комментарии
Автор

Exactly what I needed. Concise and to the point information. This 4 and a half minute video is fully loaded with exact information that developer needs for API Gateway and Lambda Function Integration. Thank you.

mehulkaps
Автор

This is the best tutorial I've found, no fluff, just the basics to help get me started. Thank you so much!

ammonchristensen
Автор

Exactly what I need, always hands-on tutorial. Thanks again!

EddieMao
Автор

@1:14 thanks for showing "The Other Direction" for creating an AWS API Gateway trigger for an AWS Lambda function.
The normal direction most of us are familiar with is via the "Create Trigger" on the Lambda console -- then you choose API Gateway and it will automatically create the "/ANY/" method for you as a convenient API (aka all the methods, not just GET or POST etc.), and as a proxy for Lambda (aka it handles all sorts of property name mapping in the Request and the Response for you, can be confusing when you look at the index.handler "event" arg that is passed, but your way lets you have full control... pros and cons to that of course!

DarrenSemotiuk
Автор

Amazing tutorial! I have to watch this a few times to soak it all in but this is best tutorial I've seen so far to demo REST API in action and Lambda. Once again thank you so much for making things make sense with visuals!!! You're the best👌Be well, be safe and Cheers!!!

samjones
Автор

Easy delivery of helpful information, I liked your calm & soft voice, intonation, speed. Please keep me happy with your new videos!

pulodian
Автор

This is very helpful, thanks for putting these together.

patrickwheeler
Автор

On the spot explanation, thank you so much...

ArjunKumar-zukl
Автор

Simple and Perfect explanation..Thanks alot

avisworld
Автор

Awesome explanation I was always strugging to get the hands on b/w API Gateway and Lambda.

Keep up ur good work Love frm India.

God bless you

zameerahmed
Автор

Very straight forward.... Nice video ma'am

simranbanwait
Автор

thanks mam for your teaching and guidance.

danielamuel
Автор

thanks for the tiny technical tutorial

chetankakkireni
Автор

Hello! I come from Código Morsa, new subscriber !

iAndrikMM
Автор

I would love to see another video on this but when using a Private REST API. I’m wrestling with DNS resolution with one right now and I’m sure with a clear walkthrough from you I’d be able to sort it out 😂

Minerva___
Автор

This is beautiful. You're beautiful. Loved it.

arskas
Автор

I had a question, my homework was to create API Gateway, is this video did this?

Mark-gxuz
Автор

send me a link of ur udemy courses please :)

itaiitai
Автор

If I keep getting error "message": "Missing Authentication Token"

MarcoPolo-sufc