AWS Lambda in Go - Getting Started With Lambda

แชร์
ฝัง

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

  • @LazarRedDevil95
    @LazarRedDevil95 3 ปีที่แล้ว +2

    Really good break down, keep them coming!

    • @realdevtopics
      @realdevtopics  3 ปีที่แล้ว +1

      Thanks for watching, let me know if there's any specific AWS services you'd like to see as a lambda trigger!

    • @LazarRedDevil95
      @LazarRedDevil95 3 ปีที่แล้ว +1

      @@realdevtopics I think hitting RDS would be cool. But here are some topics that in my opinion are cool to cover:
      - deploy go service on AWS, maybe with codebuild and codepipeline. On ecs/eks/simple docker on ec2
      - interfaces and structuring project properly (controversial) and testing
      - more click baity thumbnails (everyone is doing in unfourtently, but that's how ppl get attention)
      - cockroach db
      Not sure what your aspirations are for the channel, but I like your delivery and how you structure the content. So good luck!

  • @maciejtuaza1771
    @maciejtuaza1771 2 ปีที่แล้ว +1

    I like how you pronounce words with "p" at the end 😁nice video btw, thx!

    • @realdevtopics
      @realdevtopics  2 ปีที่แล้ว

      Haha, I went through the video and noticed I do have a strong "puh" sound at the end sometimes, I don't even notice while recording.
      Thanks for watching and glad you liked the video though!

  • @shankaranarayananramalinga3284
    @shankaranarayananramalinga3284 ปีที่แล้ว +1

    Really great video, but I think it will be great if you can create a complete serverless project using golang, where we use cloud-formation template to define the infra and also also show us to deploy it

    • @realdevtopics
      @realdevtopics  ปีที่แล้ว +1

      Thank you!
      I think that's a solid idea. I've been thinking about either having a series on cloud formation or terraform.
      Might end up doing a bit of both :)

  • @sabbirahmed7941
    @sabbirahmed7941 ปีที่แล้ว

    why do we need the logger setup from zap
    what it is doing in the lambda function