Build a Go serverless REST API with AWS (Gin, Lambda, Api Gateway, Serverless command line)

preview_player
Показать описание
In this video I will show you how to :
- Create a Gin HTTP server with Go
- We will then deploy it to the AWS cloud provider
- Deploy it inside a lambda function
- Accept traffic from API Gateway

Additional Docs:

Let's keep in touch:
Рекомендации по теме
Комментарии
Автор

when I was a kid I loved France because of Zinedine Zidane now because of you sir!! thank you very much!!

esmaelmohamed
Автор

Hi sir, I really appreciate the way you teach by purposely making missing steps and fixing them with explanation 👍👍👍

june_eleutheria
Автор

Crisp, clear and efficient! thanks for the wonderful tutorial sir!

manasvi
Автор

I really appreciate the tutorial, Sir! Mercy.

prayogatriady
Автор

This is what I was exactly looking for. Thank You!!

SaiTeja-iryv
Автор

Awesome tutorial! Just wanted to add for anyone having trouble that I had to add "GOARCH=amd64 CGO_ENABLED=0" to my makefile in order to get it to work.

richardhoppe
Автор

Super tuto! J'aimerais bien voir un tutoriel similaire à celui-ci, mais utilisant Google Cloud Run pour créer un microservice à la place de AWS. Tu pourrais montrer la conteneurisation du microservice, et le déploiement sur Google Cloud Run. Ce serait intéressant! :)

pbznt
Автор

Nice video!
Can you please upload a video about to deploy GIN application with AWS ALB

avinashghadshi
Автор

Thanks! It worked, but
How do we test it locally?

If we're debugging, wouldn't it be better to run local to test the changes instead of multiples deployments?

For example, in js/nodejs I use this script:
"test:lambda": "npx tsc && invoke local -f myFunction -p ./event.json --stage dev"
It runs my lambda locally

But how do we do this with Go?

marcosalex
Автор

Super tuto, Thank please do the same with Azure

bastianlontsi
Автор

Thanks for this video. I really like that. But how would u containerise this application and deploy to any cluster. A new video is recommended on that. 🥑

afzalvth
Автор

Can you post the code base link here please ?

akashgill
Автор

I followed your tutorial, but I always get "Internal Server Error", I don't understand how to debug, where is the complete project?...
Very frustrating to develop serverless...

ComputationalArt