Send SMS using AWS SNS with Java SDK | AWS SNS Java Demo | AWS SNS Tutorial | AWS Java SDK Demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • Send SMS using Java SDK using AWS SNS (Simple Notification Service) - In this video, I have covered Mobile SMS with Java SDK for AWS SNS.
    Previously, I have created a tutorial on sending Mobile SMS directly from the AWS Console. If you have not seen, you must watch that video first because we should know how things are handled in the management console then only we can apply our knowledge in Java SDK.
    • AWS SNS - Send SMS to ...
    If you liked this video and want to appreciate my work, you can buy me a coffee☕️
    www.buymeacoff...
    You can also support by Sharing and Subscribing to this channel🚀.
    Keep Supporting👋
    Connect with me on LinkedIn -
    / ajaywadhara
    #AWSTutorials #SNS

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

  • @osborne3
    @osborne3 8 หลายเดือนก่อน +1

    Legend

  • @rishabhtandon7960
    @rishabhtandon7960 4 ปีที่แล้ว

    👌👍👌

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

    Is there some info left out about setup? As per the doc, one needs registration with viipower and additional settings. without that this video is not complete.

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

      Settings might have been changed now.

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

    Hi ajay , do you about implementation of subscription filter policy through spring boot?

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

      Hey Bhanu, i have not implemented that with Sprint Boot but the the underlying code would be like this because ultimately thats also Java.
      Happy Learning!

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

      @@AjayWadhara okay thanks 👍

  • @triptisingh2853
    @triptisingh2853 6 หลายเดือนก่อน

    hi ajay after implementing your code i am getting notification on android but not on ios

    • @AjayWadhara
      @AjayWadhara  6 หลายเดือนก่อน

      I couldn’t think of any reason why it will not come for iOS. Strange 😧

  • @Arun-zy8wi
    @Arun-zy8wi 2 ปีที่แล้ว

    Hi Ajay I have used following method to publish message to sns but I am facing below issue. Please help.
    snsClient = (AmazonSNSClient) AmazonSNSClientBuilder.standard().build();
    This method is working fine if I run the code using command line. But when I dockerise the code and hitting it via api call it is not working neither it is giving any kind of error.

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

      This should work fine if you are using same set of credentials and you have enough permissions .

  • @sitiandthekids1369
    @sitiandthekids1369 3 ปีที่แล้ว

    Hi Ajay, I want to ask, say if I dont want to put my key credentials in the source code, is there a way to refer the credentials located in the system? and how would you do that? Please kindly advise. Thanks for this tutorial.

    • @sitiandthekids1369
      @sitiandthekids1369 3 ปีที่แล้ว

      Oh nevermind, I found it already :D its using ProfileCredentialsProvider class in Java. Thanks for the tutorial, really helps alot.

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

      Don't forget to subscribe and share., This encourages me to create more content

  • @mylaptop4582
    @mylaptop4582 4 ปีที่แล้ว

    Thanks Man ! Can you please share your git repo. I am from India can I use the region for mumbai ? Or is it necessary to take us as region. Thanks again very clear explanation.👍🙏

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

      Yes, you can use Mumbai as your region.

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

      I have to upload the code first to GitHub. Give me a day or two...I will share the link

    • @mylaptop4582
      @mylaptop4582 4 ปีที่แล้ว

      Thanks for your reply. But I was going through a document, writen that in india I need to have a sender id registered in villpower.

    • @AjayWadhara
      @AjayWadhara  4 ปีที่แล้ว

      Not sure about this.

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

      @@AjayWadhara Have you uploaded to git? If yes please share the link

  • @rajidipuneeth9900
    @rajidipuneeth9900 3 ปีที่แล้ว

    How to change subject of message?

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

    How to send SMS from "TX-ABC" like this ?

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

    Do you have this code repo link ?

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

    Sir,share git hub link.of the code.