#Interact with Amazon Web Services (AWS) S3 with ASP.NET Core and the AWS SDK for .NET
- Building a .Net Core Web Application (Api)
- Interact with AWS S3 a. Create Bucket b. Delete Bucket c. List S3 Bucket d. Add Files in Bucket e. Download file from Bucket f. Delete file from Bucket g. List all files h. add json object in a Bucket i. get json object from a Bucket
- Setup and run localstack Docker Image for S3, it will create a in memory instance of Amazon S3.
- Create an integration test framework that will test your application's endpoints
- Set up an integration test framework that will help you as you move forward to creating your own .NET Core applications that interact with Amazon S3 on AWS