Create a REST API on AWS in 8 clicks | Step by Step Tutorial

preview_player
Показать описание
In this video, I show you how to create a REST API on AWS using API Gateway and Lambda.

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

📚 References:

☁Topics covered include:
AWS API Gateway
AWS Lambda
AWS API Gateway POST
Postman

🌎 Find me here:

#AWS
#Serverless
#Lambda
#RESTful
#REST
Рекомендации по теме
Комментарии
Автор

Amazing tutorial. Short, easy to follow, and quickly introduces us to all the most important stuff in Lambda

prithviboinpally
Автор

Best set of tutorials i have found in last few weeks of googling AWS related content. It makes me do programming all again.

kishor
Автор

Nice and concise! I'm so glad I found your channel!
A few video requests:
1. Lambda Authorizers
2. Using API Keys in API Gateway
3. AWS DocumentDB

VishalRaoOnYouTube
Автор

I typed the exact same code but it displays : "message": "Internal server error" every time

kartikey
Автор

Hi Daniel. I have a question about "Cold Start".
It takes some time to run the instance on first request. How do you minimize the latency in cold starts ? Is it visible to your end users ?

dimatall
Автор

Could you please provide us a video on stage variables of API gateway? Also could you please tell us how to configure a lambda function for different environments like qa or staging?

ourtrishan
Автор

Is it Possible to manage instances(EC2) in AWS using REST API thru Postman ? For example - If I want to pull instances report using REST and then Create or modify instances using REST POST method (Powershell or Python)!

whoaMI-mihb
Автор

If you were to change the postman request body @3:49 from text to json, will the event['body'] still be string?

rahulroyTFT
Автор

can you build a demo to receive Image on lambda function using API?

itwarehub
Автор

Why would I want create an API gateway when I can simply create the function URL?

andherium
Автор

Please help me, how to save request and response json of a already deployed rest api in dynamo db automatically.

shahidanwar
Автор

hi I was doing the test but I always get the same error {"message": "Forbidden"}

Gameplays-DvdFortoul
Автор

I proceeded the same but couldn't get the desired results

lowercaseguy