Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukaofirst/learning-aws-with-dotnet

This repository contains all my practices and lessons about AWS and .NET applications
https://github.com/lukaofirst/learning-aws-with-dotnet

asp-net-core aspnet-core aspnet-web-api aspnetcorewebapi aws aws-cloudformation aws-cognito aws-dynamodb aws-s3 aws-sdk dotnet dotnet-core

Last synced: 2 days ago
JSON representation

This repository contains all my practices and lessons about AWS and .NET applications

Awesome Lists containing this project

README

        


Hands-on with AWS + .NET


In this repo, you'll find my hands-on using AWS with .NET, using the following services


- **AWS CloudFormation**

- CloudWatch - How to send logs creating a log group
- DynamoDB - How to create a DynamoDB's table
- S3 - How to create a S3 bucket
- Secret Manager - How to store sensitive data
- SNS - How to create a SNS with a SQS queue that subscribe to it
- SQS - How to create a SQS queue


- **AWS CloudWatch**

- Be able to send logs
- Integrate with `ILogger` or Serilog with .NET


- **AWS DynamoDB**

- Perform CRUD operations in a DynamoDB's table


- **AWS S3**

- Insert, retrieve and delete a file (.png, .txt...)


- **AWS SNS**
- Subscribe a SQS queue and emails to be able to receive events


- **AWS SQS**
- Publish and consume messages


- **AWS Secret Manager + AWS RDS** - Store and retrieve sensive data - Integrate with a PostgreSQL database's using AWS RDS - Setup Secret Manager + Entity Framework Core -

- **AWS Cognito**
- Creating an user pool
- Adding email and password on sign up flow
- Receiving the JWT tokens to login the user
- Integrate Cognito with an API