How to Create an AWS SNS Topic (3/13)

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ค. 2024
  • Learn how to create an AWS SNS topic along with AWS over the wire and at rest encryption.
    Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabetterdev.com/cour...
    📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
    Clean Code - amzn.to/37T7xdP
    Clean Architecture - amzn.to/3sCEGCe
    Head First Design Patterns - amzn.to/37WXAMy
    Domain Driver Design - amzn.to/3aWSW2W
    Code Complete - amzn.to/3ksQDrB
    The Pragmatic Programmer - amzn.to/3uH4kaQ
    Algorithms - amzn.to/3syvyP5
    Working Effectively with Legacy Code - amzn.to/3kvMza7
    Refactoring - amzn.to/3r6FQ8U
    🎙 MY RECORDING EQUIPMENT 🎙
    Shure SM58 Microphone - amzn.to/3r5Hrf9
    Behringer UM2 Audio Interface - amzn.to/2MuEllM
    XLR Cable - amzn.to/3uGyZFx
    Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
    Desk Microphone Mount - amzn.to/3qXMVIO
    Logitech C920s Webcam - amzn.to/303zGu9
    Fujilm XS10 Camera - amzn.to/3uGa30E
    Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
    Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
    💻 MY DESKTOP EQUIPMENT 💻
    Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
    Autonomous ErgoChair 2 - bit.ly/2YzomEm
    Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
    MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
    Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
    Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
    📚 References:
    Getting started with AWS: • Introduction to AWS | ...
    🌎 Find me here:
    Twitter - / beabetterdevv
    Instagram - / beabetterdevv
    Patreon - Donations help fund additional content - / beabetterdev
    #SoftwareEngineer
    #AWS
    #SNS

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

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

    Your videos are so easy to understand and very helpful. Thank you so much.

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

      Thanks so much Terisha for your kind words!

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

      I agree, great job on these videos! very easy to digest

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

    thank you

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

    Hi, i configured SNS in format json to send me an email everytime i have a bounce or complaint email. How can i configure the email structure to show the "subject" , so i can know not only the source and destination but also the subject of the email

    • @codealonewithGod
      @codealonewithGod 4 หลายเดือนก่อน

      You can add the subject in the SES header and extra with a lambda function

    • @franciscotarela1182
      @franciscotarela1182 4 หลายเดือนก่อน

      thanks !@@codealonewithGod

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

    Does aws sns guarantee notifications delivery?

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

      SNS guarantees delivery but depending on the consumer state, the message could fail to be delivered. That is why SQS comes into picture where message is queued.