AWS Lambda in Go - Publish to SNS and SQS

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

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

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

    please make a video on making tables and doing crud operations in dynamoDB with Lambda in golang
    Thanks for making these videos.
    It really saves a lot of time

  • @Muh.Nasrul-k1g
    @Muh.Nasrul-k1g 9 หลายเดือนก่อน +1

    Great video!! Thank you

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

    Hello how did you make the auto fill at 15:50? Is it an extension or shortcut?

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

      A lot of IDEs have this, but this is part of VSCodes Go extension. If you’re on Mac you can press ‘CMD .’ and it auto fills the struct.
      Also thanks for watching!

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

    very helpful. thank you

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

    Hi Devtopics,
    Great video!! . Can you please publish this code in Git Hub?. Its a lot of take-in for someone who is new to go and aws serverless
    Thank you

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

      Hey, I dug around my computer and unfortunately it looks like I deleted the source for this before I could upload it.
      If I find it I'll get it up onto GitHub.
      Sorry about that, but thank you for watching the video!

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

      Update - I found the code! Here's the repo: github.com/devtopics-yt/lambda-publish-sns-sqs

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

    hello devtopic, I want to ask, how can we publish messages to SNS via lambda which is accessed via API Gateway
    by the way your channel is very helpful, thank you for making this content

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

      Hey Nurul, thanks for watching.
      You should be able to combine one of my videos on setting up a Lambda as an API via API Gateway, and this video here to publish to SNS.
      Try th-cam.com/video/WFLoP0vxfx8/w-d-xo.html or th-cam.com/video/T5eOGsFtZ64/w-d-xo.html for setting up Lambda behind API Gateway,.
      With those 2 videos you can see how to set up API Gateway to trigger a lambda, and then reference this video for publishing onto SNS.

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

    Hi Devtopics,
    I tried to execute the same above steps with event trigger as another sqs (instead of interface{} as in the example), but I it doesn't seem to work after deploying to my aws, environment. Can you please provide me your email so I can share the code to give me inputs.
    Thank you.

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

      I know I haven’t been the best about getting my code to GitHub, but could you push yours up? I can take a look :)

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

      And if you'd just like to email me the code you can send it to: devtopicsyt@gmail.com

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

      @@realdevtopics i will email you the code ASAP

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

      @@shankaranarayananramalinga3284 I'll take a look at the email - but just in case you want to also see the code I was able to find it: github.com/devtopics-yt/lambda-publish-sns-sqs

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

      @@realdevtopics Thank you for pushing the code to git. I got the code to work now in my local, but I have changed an implementation slightly, and it would be very helpful for me know your thoughts on it.
      Thank you again.

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

    Check out the source code here: github.com/devtopics-yt/lambda-publish-sns-sqs

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

    Great videos ! Thanks