Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukaofirst/learning-aws-with-dotnet
- Owner: lukaofirst
- Created: 2023-10-15T21:41:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T16:44:42.000Z (17 days ago)
- Last Synced: 2024-12-19T17:39:05.692Z (16 days ago)
- Topics: asp-net-core, aspnet-core, aspnet-web-api, aspnetcorewebapi, aws, aws-cloudformation, aws-cognito, aws-dynamodb, aws-s3, aws-sdk, dotnet, dotnet-core
- Language: C#
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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