Integrate API Gateway and AWS Lambda for Binary data

Опубликовано: 29 Март 2026
на канале: Computing Power
1,777
22

Project link (including CLI commands): https://github.com/Mpcsj-Computing/qr...

In this video, you will learn how to integrate AWS Lambda with API Gateway and then, you will learn how to return binary data (especially images) from API Gateway, as the data being produced by AWS Lambda
In our case, we are returning QR Code images generated on AWS Lambda, by a Python code

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 - Intro
0:19 - Create API Gateway project
1:26 - Integrate API Gateway and AWS Lambda
3:20 - Test Integration (API Gateway and Lambda)
4:40 - Update Code to match API Gateway
6:20 - Configure binary data on API Gateway
12:10 - Final tests