This contains a working sample demonstrating how to use AWS.CoreWCF.Extensions
- Setup your local environment with your AWS Credentials. One way to do this is by installing the AWS CLI and running
aws configure.
In a PowerShell/Terminal run:
dotnet run --project .\sample\Server\Server.csproj
In a SEPARATE PowerShell/Terminal run:
dotnet run --project .\sample\Client\Client.csproj
When prompted in the Client shell, enter a message. The Server shell should then output the message you entered.