An open API service indexing awesome lists of open source software.

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).

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.