Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 731 Bytes

File metadata and controls

22 lines (14 loc) · 731 Bytes

Sample

This contains a working sample demonstrating how to use AWS.CoreWCF.Extensions

Pre-Requisites

  • Setup your local environment with your AWS Credentials. One way to do this is by installing the AWS CLI and running aws configure.

Running

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.