Create a serverless Rest API with ChatGPT

Опубликовано: 12 Июль 2026
на канале: Computing Power
1,255
22

If you want to learn how to create a REST API without managing servers, then this video is for you. Today, we'll learn how to create a serverless Rest API made using AWS Sam + API Gateway + AWS Lambda which can communicate with ChatGPT and OpenAI models

Helpful links:
https://aws.amazon.com/serverless/sam/
https://docs.aws.amazon.com/serverles...
https://github.com/aws/serverless-app...
Since AWS Sam uses Cloudformation: https://docs.aws.amazon.com/AWSCloudF...

New OpenAIModel released via API (The same as the actual Chat-GPT): https://openai.com/blog/introducing-c...

0:00 - Introduction
2:06 - Setup OpenAI account
2:56 - Check SAM CLI installation on the machine
3:50 - Init project (code)
4:50 - Understand the SAM project structure
11:55 - Deploy sample SAM project into AWS cloud
14:10 - Update template to integrate with OpenAI
17:23 - Debug project issues
21:13 - Continue project (code)
34:48 - Conclusion