Skip to content

All my Amazon Web Service practice works are included in this repo.

License

Notifications You must be signed in to change notification settings

nayeemsweb/AWS-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-Practice

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

Demo

Amazon S3 File Upload

Installation

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.

⚠️ Warning! NEVER EVER put your AWS Credentials in appsettings.json or Program.cs file.

My AWS Blogs

Read some of my writings related to AWS -

AWS CLI Installation & Configuration

AWS CLI Installation & Configuration

About

All my Amazon Web Service practice works are included in this repo.

Topics

Resources

License

Stars

Watchers

Forks

Languages