Hi Techie , I (a Java Backend Developer)lost my job recently due to Covid-19 pandemic (economic crisis as well ). Its became a daily routine to learn something new every using this channel .I believe one day, this might be truly helpful (not only in interviews but also in work as well) . Thanks a ton for your kind teaching. Keep uploading new and technologies . Thanks , Fasil
Good explanation. Really appreciate your efforts. Maybe one thing that I can suggest you is, If you can also code with good coding practices, it will help many developers. Like not hard coding the keys and values in code rather in properties files. Use gradle rather than maven. That's not to take the value of this video. you have helped many developers with this video..many many thanks.
Hi i followed the same ,but when i did clean install getting the below exception. I Have one question do we need to have any EC2 instance for running this SNS. i can see in the logs. 2020-09-23 18:37:39.851 WARN 11496 --- [ main] com.amazonaws.util.EC2MetadataUtils : Unable to retrieve the requested metadata (/latest/dynamic/instance-identity/document). Failed to connect to service endpoint: com.amazonaws.SdkClientException: Failed to connect to service endpoint: at com.amazonaws.internal.EC2ResourceFetcher.doReadResource(EC2ResourceFetcher.java:100) ~[aws-java-sdk-core-1.11.792.jar:na] at com.amazonaws.internal.InstanceMetadataServiceResourceFetcher.getToken(InstanceMetadataServiceResourceFetcher.java:91) ~[aws-java-sdk-core-1.11.792.jar:na] at com.amazonaws.internal.InstanceMetadataServiceResourceFetcher.readResource(InstanceMetadataServiceResourceFetcher.java:69) ~[aws-java-sdk-core-1.11.792.jar:na] at com.amazonaws.internal.EC2ResourceFetcher.readResource(EC2ResourceFetcher.java:66) ~[aws-java-sdk-core-1.11.792.jar:na] at com.amazonaws.util.EC2MetadataUtils.getItems(EC2MetadataUtils.java:402) ~[aws-java-sdk-core-1.11.792.jar:na] at com.amazonaws.util.EC2MetadataUtils.getData(EC2MetadataUtils.java:371) ~[aws-java-sdk-core-1.11.792.jar:na] at com.amazonaws.util.EC2MetadataUtils.getData(EC2MetadataUtils.java:367) ~[aws-java-sdk-core-1.11.792.jar:na] at com.amazonaws.util.EC2MetadataUtils.getInstanceInfo(EC2MetadataUtils.java:247) ~[aws-java-sdk-core-1.11.792.jar:na] at org.springframework.cloud.aws.core.region.Ec2MetadataRegionProvider.getCurrentRegion(Ec2MetadataRegionProvider.java:48) ~[spri
Hi, thanks for this video. I recently built an emailing microservice using SNS, it works fine but needs some fine tuning especially bcos email subject in my case permanently overrides user's email as displayed when added to my contacts. One more thing, replying to sent emails is another part. When email is sent I want user's to be able to reply to it and it get saved in a Amazon's bucket. Which I can read - like for IT support. A brief tutorial on that will be appreciated. I will be returning to complete that Service cos I'm hoping to use it in my current project. To save time, your tutorial will help!
@@Javatechie and how to schedule the sending of emails to some registered users? I’m trying to get the most Twitter Hashtags to send them to users per email each 2 hours
@@bertinjunior3204 Unfortunately, there is no such feature offered by SES at this time. You can definitely handle the scheduling yourself and call the SES API at the appropriate times though.
@@bertinjunior3204 yup that's what we can do , we need to schedule cron job in spring boot application then need to invoke AWS ses API to trigger it as per schedule time .
Hi Sir, thanks sir very informative video. please help me I have created IoT project using front end react native backend spring boot and AWS core need to implement push notification.
@@Javatechie sir, I have an esp32 device. this device send room temperature on is the server Using the MQTT protocol actually I want to push notification when the mobile app pair with the device. I will follow your video.
Your the only one shows right content brother , I have got 2 times placed just bcz of your content
No need any book thank you
Your video are like life line for new developers
Thank you amol
Thank you for this helpful video on AWS. I am an AWS developer and it helps me a lot.
Your explnation is awesone Brother. Reallay appriciated.
Hi Techie ,
I (a Java Backend Developer)lost my job recently due to Covid-19 pandemic (economic crisis as well ).
Its became a daily routine to learn something new every using this channel .I believe one day, this might be truly helpful (not only in interviews but also in work as well) . Thanks a ton for your kind teaching.
Keep uploading new and technologies .
Thanks ,
Fasil
Hi Abdul sad to hear this , thank you for your word
If you don't mind Could you please share your profile with me
javatechie4u@gmail.com
Awesome just what is needed and no BS .... Keep it up and yes Thank you.
thanks, for making such wonderful video, Clean explanation, deserve for lots of appreciation
Big fan of your videos!! please keep going..
Can you make a video demonstrating SMS Notifications, tried by myself but was facing many issues. A video from you will be very helpful.
impeccable!!!
Awesome explanation brooo, Very helpful
Excellent brother🥳
Good explanation. Really appreciate your efforts. Maybe one thing that I can suggest you is, If you can also code with good coding practices, it will help many developers. Like not hard coding the keys and values in code rather in properties files. Use gradle rather than maven. That's not to take the value of this video. you have helped many developers with this video..many many thanks.
Going forward I will take care 😀
awesm
Thank you for the tutorial
Thanku sir ❤, Plz make a video on SNS also with AWS lambda
Thanks for the tutoria, it's very helpful. Can you please make a video on combination of SnS with SQS in spring boot.
nice
Hi i followed the same ,but when i did clean install getting the below exception.
I Have one question do we need to have any EC2 instance for running this SNS. i can see in the logs.
2020-09-23 18:37:39.851 WARN 11496 --- [ main] com.amazonaws.util.EC2MetadataUtils : Unable to retrieve the requested metadata (/latest/dynamic/instance-identity/document). Failed to connect to service endpoint:
com.amazonaws.SdkClientException: Failed to connect to service endpoint:
at com.amazonaws.internal.EC2ResourceFetcher.doReadResource(EC2ResourceFetcher.java:100) ~[aws-java-sdk-core-1.11.792.jar:na]
at com.amazonaws.internal.InstanceMetadataServiceResourceFetcher.getToken(InstanceMetadataServiceResourceFetcher.java:91) ~[aws-java-sdk-core-1.11.792.jar:na]
at com.amazonaws.internal.InstanceMetadataServiceResourceFetcher.readResource(InstanceMetadataServiceResourceFetcher.java:69) ~[aws-java-sdk-core-1.11.792.jar:na]
at com.amazonaws.internal.EC2ResourceFetcher.readResource(EC2ResourceFetcher.java:66) ~[aws-java-sdk-core-1.11.792.jar:na]
at com.amazonaws.util.EC2MetadataUtils.getItems(EC2MetadataUtils.java:402) ~[aws-java-sdk-core-1.11.792.jar:na]
at com.amazonaws.util.EC2MetadataUtils.getData(EC2MetadataUtils.java:371) ~[aws-java-sdk-core-1.11.792.jar:na]
at com.amazonaws.util.EC2MetadataUtils.getData(EC2MetadataUtils.java:367) ~[aws-java-sdk-core-1.11.792.jar:na]
at com.amazonaws.util.EC2MetadataUtils.getInstanceInfo(EC2MetadataUtils.java:247) ~[aws-java-sdk-core-1.11.792.jar:na]
at org.springframework.cloud.aws.core.region.Ec2MetadataRegionProvider.getCurrentRegion(Ec2MetadataRegionProvider.java:48) ~[spri
did you get the solution? pls tell, it will be helpful for us.
Good video Please create Video for SNS-SQS-Lambda
I went to the github link in the description, but nothing else is written except to open the project only in spring?
Hi, thanks for this video. I recently built an emailing microservice using SNS, it works fine but needs some fine tuning especially bcos email subject in my case permanently overrides user's email as displayed when added to my contacts.
One more thing, replying to sent emails is another part. When email is sent I want user's to be able to reply to it and it get saved in a Amazon's bucket. Which I can read - like for IT support.
A brief tutorial on that will be appreciated. I will be returning to complete that Service cos I'm hoping to use it in my current project. To save time, your tutorial will help!
Looks interesting , definitely I will check this
15:46 why to exclude few classes?
thank you brother
Hello Techie, is there any specific reason why we are not using NotificaitonMessageTemplate? Any reason using SNSClient?
Thanks Bro!!
Please make a video on combination of SnS with SQS in spring boot.
Thanks in advance 🙌
Okay I will . Before that let me reactivate my AWS account 😂😂
@@Javatechie yes sure.😅
Great 👌, very easy to use , I think much better than using java mail api 😵, but sir one question why we exclude those two classes ?
Actually it was trying to enable default region configuration that's why to avoid that we need to exclude them
Make a video on Sms notifications
I have a question if I want to use AWS SES
Simple Email Service the coding process will be the same?
Yes same
@@Javatechie and how to schedule the sending of emails to some registered users?
I’m trying to get the most Twitter Hashtags to send them to users per email each 2 hours
@@bertinjunior3204 Unfortunately, there is no such feature offered by SES at this time. You can definitely handle the scheduling yourself and call the SES API at the appropriate times though.
@@Javatechie thanks. I thought working with spring boot we can use a Cronjob task to schedule it... but thank you for the fast reply
@@bertinjunior3204 yup that's what we can do , we need to schedule cron job in spring boot application then need to invoke AWS ses API to trigger it as per schedule time .
sir can you make video on microservices saga pattern using Axon framework (event sourcing and CQRS)
getting whitelable error. how to fix it?
Can you make a video on sms also
sir make one video aws push notification with spring boot
Why we exclude those classes?
Please tell me the exact case study
Make video on AWS SNS SMS service
Suppose we have not subscribed to the topic by clicking on the confirmation link sent to the mail cant we receive notifications to the mail??
No we can't receive as far I know
Hi bro can you do it for SMS SNS. directly publish to mobile number instead of topic.
Hi Sir, thanks sir very informative video. please help me I have created IoT project using front end react native backend spring boot and AWS core need to implement push notification.
Push notification code can't we write in backend .same the way I did
@@Javatechie sir, I have an esp32 device. this device send room temperature on
is the server Using the MQTT protocol actually I want to push notification when the mobile app pair with the device. I will follow your video.