Secure Your AWS API Gateway with API Keys | AWS Tutorial

preview_player
Показать описание
In this video, we will show you how to use API keys to secure your AWS API Gateway. API keys provide an additional layer of security for your API by requiring users to include a unique key in their request header when making calls to your API.

I am a Freelance Data Scientist working on Natural Language Processing (NLP) and building end-to-end NLP applications.

I have over 7 years of experience in the industry, including as a Lead Data Scientist at Oracle, where I worked on NLP and MLOps.

I Share Practical hands-on tutorials on NLP and Bite-sized information and knowledge related to Artificial Intelligence.

#awslambda #apigateway #aws #apikeys
Рекомендации по теме
Комментарии
Автор

I've always wanted to know how to protect my apis properly, this tutorial really gave me some great hints. Thank you for so much❤

seanfang
Автор

Thanks for sharing your Knowledge. I hope you'll make more Videos on AWS Services. Don't worry about the length of the video.

santoshburada
Автор



DUDE all this time I was using Authorization header... Thanks for the video

jorgesisco
Автор

Thanks for the post.

EoD the traffic flows over public internet, so there is chance of api key getting compromised. Is there anyway to protect the key itself?

amitk
Автор

Thanks for the video. I hav one doubt when we are having third party api key in our application how we can securely maintain in the lambda service ( i believe aws secret manager will be used...)

venkatesanr
Автор

thanks for sharing the info, this is great. question, are we able to use two different api keys for two api resource, for example uses api-key1, uses api-key2. is it possible?

yiyinyu
Автор

Can you do one video explaining the nomenclature and the differences ? Gateway, method, resource, lambda, event, key, token etc ?

arunshankars
Автор

THanks。 What is the tool you are using to POST request to API gateway?

yichenwang
Автор

Bro by any chance can we attach the permission set to API Key ?

vicky-xvxs