https://github.com/adshan/dotnet-aws-sns-sqs
How to implement messaging using Amazon SQS (Queue) and Amazon SNS (Topic).
https://github.com/adshan/dotnet-aws-sns-sqs
dotnet messaging net6 sns-topic sqs-queue
Last synced: 6 months ago
JSON representation
How to implement messaging using Amazon SQS (Queue) and Amazon SNS (Topic).
- Host: GitHub
- URL: https://github.com/adshan/dotnet-aws-sns-sqs
- Owner: AdsHan
- License: mit
- Created: 2022-09-01T11:37:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T16:37:13.000Z (over 2 years ago)
- Last Synced: 2025-04-13T09:15:02.839Z (6 months ago)
- Topics: dotnet, messaging, net6, sns-topic, sqs-queue
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-aws-sns-sqs
Demonstração de como podemos implementar mensageria utilizando Amazon SQS (Queue) e Amazon SNS (Tópico).# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio Code mais recentes.
- Alterar no projeto as credenciais AWS_ACCESS_KEY e AWS_SECRET_KEY de acordo com sua conta AWS.# Sobre
Este projeto foi desenvolvido por Anderson Hansen.