Frends Task for creating a new bucket to AWS S3.
You can install the Task via frends UI Task View.
Rebuild the project
dotnet build
Run tests
"s3:CreateBucket" and "s3:DeleteBucket" action permissions required.
dotnet test
Create a NuGet package
dotnet pack --configuration Release