Skip to content

Demo application for online YouTube stream #42 about SNS and SQS

Notifications You must be signed in to change notification settings

yuriytkach/stream-42-demo-app-sns-sqs

Repository files navigation

Demo Project for Online Stream #42 - SNS and SQS

Demo project for online YouTube stream #42 about using SNS and SQS

Access to Online Stream on YouTube

To get a link to online stream on YouTube please do the following:

  • 💰 Make any donation to support my volunteering initiative to help Ukrainian Armed Forces by means described on my website
  • 📧 Write me an email indicating donation amount and time
  • 📺 I will reply with the link to the stream on YouTube.

Thank you in advance for your support! Слава Україні! 🇺🇦

Run the App

First start the localstack container using docker-compose:

docker-compose up

The topic and queues that are created with container start are defined in scripts/localstack_bootstrap.sh

Then start the app:

./gradlew bootRun

Now you can submit events to controller and observe the logs:

curl -X POST localhost:8080/event -H 'Content-Type: application/json' -d '{"id": 1, "name": "Event"}'

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: