All my Amazon Web Service practice works are included in this repo. The codes are done using AWS SDK. We used the following NuGet packages for our works:
| Services | NuGet Package Used |
|---|---|
| Dynamo DB | AWSSDK.DynamoDBv2 |
| S3 Bucket | AWSSDK.S3 |
| SQS | AWSSDK.SQS |
First, you need to configure your account:
Configure AWS using CLI
aws configure
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: us-west-2
Default output format [None]: json
[N:B: These dummy config details taken from AWS docs.]
Provide credentials which you have got from your AWS account.
appsettings.json or Program.cs file.
Read some of my writings related to AWS -


