How to Build Slack Bot? (Node JS | AWS Lambda & DynamoDB - AWS Serverless | New Slack Apps)

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 26

  • @AntonPutra
    @AntonPutra  Год назад +1

    🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com

  • @AntonPutra
    @AntonPutra  Год назад +1

    👉 How to Manage Secrets in Terraform - ruclips.net/video/3N0tGKwvBdA/видео.html
    👉 Terraform Tips & Tricks - ruclips.net/video/7S94oUTy2z4/видео.html
    👉 ArgoCD Tutorial - ruclips.net/video/zGndgdGa1Tc/видео.html

  • @nayelbaig
    @nayelbaig 7 месяцев назад +1

    Best video so far regarding chatbot on slack

  • @rohanandgwen1221
    @rohanandgwen1221 3 года назад +1

    Great video to help with familiarization with slack bot and AWS. Thank you.

  • @prageethpasyala
    @prageethpasyala 2 года назад +1

    Hi Anton, It is heartbreaking to see your people are sufferings and I wait for good news every day. Hop you and your family are safe. I really like your tutorial and you save lot of time. I pray for your safety brother. stay safe.

  • @ramilm9793
    @ramilm9793 2 года назад +1

    Thank you for the great video

  • @artpierce
    @artpierce 3 года назад +1

    Спасибо за видео!

  • @EakanGopalakrishnan
    @EakanGopalakrishnan Год назад

    seems like creation of IAM users with programmatic access has changed significantly!

  • @shivrajnag12
    @shivrajnag12 7 месяцев назад

    Hi Anton can you make a tutorial on how to make this bot distributable on Slack App Directory

    • @AntonPutra
      @AntonPutra  7 месяцев назад +1

      Probably some day

  • @akshaypant8883
    @akshaypant8883 3 года назад +1

    Hi @Anton ,
    I really like your detailed explanation.
    Can you help me on the below:
    I have build a chatbot in node.js.
    Now i have to add real time customer support feature (for quick responses to the queries) using the app using slack.

    • @akshaypant8883
      @akshaypant8883 3 года назад

      Should work like this way that when user
      Enters something in our chatbot it should reflect to support agents and then the support agent can reply using slack account. Can you help me out. Please Make another detailed video that how agent use to manage multiple clients

    • @AntonPutra
      @AntonPutra  3 года назад +1

      When you use events subscription, Slack will post a message to your endpoint that contains the user id of the customer. Perhaps you can store the customer information in the database and map it with that id. Let me think about it, and maybe in the future, I will create a more generalize Slack bot that satisfies your requirements.

    • @akshaypant8883
      @akshaypant8883 3 года назад +1

      @@AntonPutra thanks. Please make it soon as i need this requirement in my project asap😂

    • @AntonPutra
      @AntonPutra  3 года назад

      @@akshaypant8883 😱

  • @kennyalami4262
    @kennyalami4262 Год назад

    Hi there, thanks for the video. How did you get the event.json data you are using?

    • @AntonPutra
      @AntonPutra  Год назад

      It's been a while, I think, from the CLoudWatch log.

    • @kennyalami4262
      @kennyalami4262 Год назад

      @@AntonPutra I’ll take a look there then! Thank you!

  • @rodrigo41087
    @rodrigo41087 2 года назад

    Thanks for the video, you are the best.
    Edit: Im using the case "message" , i use rds.describeDbclusters. but mi message repeat two or three times before 1or 5 minutes. How i can prevent this. I use de conditional if dont include event.bod_id to prevent loop :(
    Sorry for my bad inglish

    • @AntonPutra
      @AntonPutra  2 года назад

      Hi Rodrigo, it's been a while when i created this video, unfortunately don't remember all those details :)