GO without SERVERS? How to Deploy Go to Lambda

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ก.ย. 2023
  • Welcome to our comprehensive tutorial on deploying Go code to a serverless AWS Lambda function! 🚀
    In this video, we'll walk you through the entire process, from setting up your AWS environment to writing and deploying your Go code. Whether you're a seasoned developer looking to dive into serverless computing or a Go enthusiast eager to explore AWS Lambda, this tutorial has got you covered.
    Here's a sneak peek at what you'll learn:
    🔹 Writing efficient and scalable Go code for serverless applications.
    🔹 Packaging your Go code and dependencies.
    🔹 Deploying your code to AWS Lambda.
    🔹 Testing and monitoring your serverless function.
    Our step-by-step instructions and practical tips will ensure that you gain a deep understanding of the deployment process, enabling you to build and deploy serverless applications with confidence.
    Twitch
    I stream live on Twitch every weekend
    Twitch : / melkey
    Join the amazing community on Discord
    Discord: / discord
    I post memes and host Twitter Tech Spaces
    Twitter: / melkeydev
    SUBSCRIBE OR GET LAID OFF
    ╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
    ║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
    ╠╗║╚╝║║╠╗║╚╣║║║║║═╣
    ╚═╩══╩═╩═╩═╩╝╚╩═╩═╝
    #coding #neovim #typescript #programming #vim #softwareengineering #codinglife #webdesign #webdevelopment #webdev #javascript #rustlang #rust #twitch #twitchstreamer #programmerhumor #codinghumor #software #softwareengineer #softwaredeveloper #softwaredevelopment #gymbro #gym #programmerhumor #programming #coding
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 55

  • @MelkeyDev
    @MelkeyDev  10 หลายเดือนก่อน +19

    This was such a fun video to make - it is my longest video to date.
    I hope you all find it helpful and useful.
    Let me know if you would change anything or what videos you want to see in the future!

  • @SirFlak
    @SirFlak 10 หลายเดือนก่อน +5

    As someone that doesn´t work with AWS or Go (yet), this video is really informative and easy to follow! Great job!

  • @blakegreendev
    @blakegreendev 10 หลายเดือนก่อน +20

    Why not use go for CDK as well?

  • @emil_l889
    @emil_l889 10 หลายเดือนก่อน

    Deploying today thanks to this vid, bless up fam

  • @zevo92
    @zevo92 9 หลายเดือนก่อน

    Really liked the video. Looking forward to more !

    • @MelkeyDev
      @MelkeyDev  9 หลายเดือนก่อน

      Awesome, thank you!

  • @omarcrosby
    @omarcrosby 7 หลายเดือนก่อน

    Loved it thanks.

  • @FabulousFadz
    @FabulousFadz 10 หลายเดือนก่อน

    Been watching without subscribing. The algorithm just kept recommending you and I thought I was subscribed. Until I saw the crossover event with Prime earlier today (comment incoming) and saw that I wasn't subscribed. Corrected it here. Recent Go convert from C#... Funny thing is I had started to make C# content then my eyes were opened... now I'm planning content for Go that will include info for people coming from C# and other languages I've used. Been watching tons of Go content to see how others are doing it and what they're covering to find my formula. Your videos have been helpful

  • @bumpy_lumps
    @bumpy_lumps 10 หลายเดือนก่อน

    love getting some time in the lab with this one, Go FTW

  • @emil_l889
    @emil_l889 10 หลายเดือนก่อน

    Oh my goodness a long schmelkey video!!!! Friday W

  • @kiyov09
    @kiyov09 10 หลายเดือนก่อน

    Hot stuff 🔥. Very cool

  • @chalopdev
    @chalopdev 10 หลายเดือนก่อน

    When I saw your tweet on this, I wished upon a star that you would make a vid about it.
    Wishes come true, thanks!

  • @InnocuousParadox
    @InnocuousParadox 10 หลายเดือนก่อน +8

    Go runtime is being migrated/deprecated.
    Maybe you can update the video to cover this?
    Awesome video to get people started with Go serverless!

    • @Phaceial
      @Phaceial 10 หลายเดือนก่อน

      The only thing you have to do is just containerize it and use the custom runtime option for lambdas. It's pretty trivial if you ever deployed anything to fargate.

    • @thisisreallyme3130
      @thisisreallyme3130 2 หลายเดือนก่อน +1

      +1 to just showing how to do it with theGo runtime (or whatever it was updated to).
      I think most of the folks watching (and asking, myself included) aren't yet at the experience level where it's "trivial" to blaze your own solution.
      (If we were at that level, would we be watching a Hello World Go Lambda tutorial? Probably not)

  • @doodooti-ch
    @doodooti-ch 11 วันที่ผ่านมา +1

    Thanks for this ❤️, can u do a complete course a bout aws serverless using Go

    • @MelkeyDev
      @MelkeyDev  11 วันที่ผ่านมา +1

      I have one - check it out at Frontend Masters

  • @laurentcharles7179
    @laurentcharles7179 5 วันที่ผ่านมา

    Thanks for sharing. I would also like to know how do I run the local service as well.

  • @ilya2898
    @ilya2898 10 หลายเดือนก่อน +1

    would love more cdk vids

  • @alexgochenour8740
    @alexgochenour8740 8 หลายเดือนก่อน

    Thank you for this fine presentation. This is a good format. Some suggestions, imho, would be to add explanations to a few things. I've used Lambdas plenty, but never with the CDK and Go together. Why did you choose to deploy with that rather than the Serverless Framework or some other tech? Why test with the curl program as opposed to Postman etc.? While these weren't new to me, I hadn't used either in a while and wonder how less experienced devs might react. You might also add a few quick troubleshooting pointers, such as making sure the AWS region is correct, and common beginner mistakes.

    • @MelkeyDev
      @MelkeyDev  8 หลายเดือนก่อน

      Love this feedback - thank you

  • @moonsteroid
    @moonsteroid 9 หลายเดือนก่อน +1

    Great video, to simplify this even further you could use the serverless framework instead of cdk as it makes things way easier to deploy! I really like the combo of serverless + go

    • @MelkeyDev
      @MelkeyDev  9 หลายเดือนก่อน +1

      Great tip!

  • @dogfrogfog
    @dogfrogfog 10 หลายเดือนก่อน

    would love to hear about infra as a code

  • @mvaldes
    @mvaldes 9 หลายเดือนก่อน

    This is a devops channel now. Cool

  • @ShubhamYadav-nv5hf
    @ShubhamYadav-nv5hf 9 หลายเดือนก่อน

    Can this work with GCP cloud functions??

  • @Muhammed-nani964
    @Muhammed-nani964 9 หลายเดือนก่อน

    time to create a project for testing aws

  • @3abdoB6a
    @3abdoB6a 10 หลายเดือนก่อน

    Great vid melky
    I use GCP they have 3 month (300$) for free

  • @JohnBrosan
    @JohnBrosan 9 หลายเดือนก่อน

    I’m new to the AWS CDK, but is my assumption that creating a sub folder under lambdas for specific lambdas is how that works? So, /lambdas/myuserapi ?

  • @Endurancecoach00
    @Endurancecoach00 10 หลายเดือนก่อน

    Is it vercel or verchel?

  • @EVGizmo
    @EVGizmo 10 หลายเดือนก่อน

    The question is now do I do all my apps in AWS Serverless or no

  • @ivoneijr
    @ivoneijr 7 หลายเดือนก่อน +1

    repoooo dude! 😅

    • @MelkeyDev
      @MelkeyDev  7 หลายเดือนก่อน +2

      I truthfully believe the best way to learn is to not just copy and paste from existing repo's but next one I will

    • @ivoneijr
      @ivoneijr 7 หลายเดือนก่อน

      ​@@MelkeyDev Me too, but sometimes people don't want to learn something, they are looking for a shortcut.
      PS* awesome content and explanations!

  • @jimmytango
    @jimmytango 9 หลายเดือนก่อน +1

    not sure what im doing but i followed this twice so far and keep getting hit with "message": "internal server error"

    • @MelkeyDev
      @MelkeyDev  9 หลายเดือนก่อน

      How are you deploying? What route are you calling? Consider joining the Discord and I can help you out better

    • @travistarp7466
      @travistarp7466 8 หลายเดือนก่อน

      Had the same issue, you have to compile to proper architecture `GOOS=linux GOARCH=amd64 go build -tags lambda.norpc -o bootstrap main.go` , You can also set the arch in myFunction ` const myFunction = new lambda.Function(this, "MyLambda", {
      code: lambda.Code.fromAsset("lambdas"),
      handler: "main",
      runtime: lambda.Runtime.PROVIDED_AL2023,
      architecture: lambda.Architecture.X86_64,
      });`

    • @jimmytango
      @jimmytango 7 หลายเดือนก่อน +1

      @@travistarp7466i just tried that and it didnt work. keeps return forbidden. is there user bs that needs to be configured as well?

  • @jaswdrTheDev
    @jaswdrTheDev 5 หลายเดือนก่อน

    Why not define the CDK code using Go instead of Typescript? The Python, Go, Java and other interfaces are as well defined as the TS version.

    • @MelkeyDev
      @MelkeyDev  5 หลายเดือนก่อน +1

      I just like the TS implementation!

  • @KevinNaughtonJr
    @KevinNaughtonJr 10 หลายเดือนก่อน +2

    FIRST

  • @IvanRandomDude
    @IvanRandomDude 10 หลายเดือนก่อน +11

    Serverless is when you have millions of servers instead of one. Checkmate, atheists!

    • @BboyKeny
      @BboyKeny 9 หลายเดือนก่อน

      It's serverless not serversless

  • @fille.imgnry
    @fille.imgnry 9 หลายเดือนก่อน

    Waaaat? AWS console has dark mooodee?? Oohh

  • @LowkeyAbu
    @LowkeyAbu 10 หลายเดือนก่อน

    Server-less? Or Server-more? 👀

  • @sakelig4389
    @sakelig4389 10 หลายเดือนก่อน