- Read messages from Amazon SQS and then run Background Job
- Amazon SNS: Publish message to Email
- Asp Net Core 3.0
- Entity Framework
- Docker & Docker Compose
- Amazon SQS
- Amazon SNS
- Hangfire for running Jobs
- Redis(Using Hangfire)
- Add AWS Key Environments into docker-compose file
- Create a Queue(MyQueue1) in SQS
- Create a Topic(MyTopic) in SNS
- Create a AWS Cognito
- Need to add Aws access Key and Aws Secret Key in SnsMessage file.
- AWS Congito:
- Using OpenId: Error: The system doesn't understand the request
- Need to create a domain name in AWS Cognito
- Using JWT Bearer:
- Add
app.UseAuthentication();
berforeapp.UseAuthorization();
in startup.cs file
- Add
- Using OpenId: Error: The system doesn't understand the request