-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design Doc: AWS Messaging Framework #2122
Comments
We've just pushed a revision to the design document with:
|
Related issue aws/dotnet#42 which has discussion thread. |
Closing this hear since the discussion is happening on aws/dotnet#42 and we now have our own separate repository for this work at https://github.com/awslabs/aws-dotnet-messaging. |
|
The AWS .NET team is exploring creating an AWS native framework that simplifies development of .NET message processing applications using AWS services.
The design doc can be viewed and commented on in PR 41 (rendered view).
The purpose of the framework would be to reduce the amount of boiler-plate code developers need to write. The primary responsibilities of the proposed framework are:
Here is an example showing a sample publisher and handler for a hypothetical
OrderInfo
message.Sample publisher:
Sample handler:
On either this issue or on specific section(s) of the design in the PR 41, please comment with:
The text was updated successfully, but these errors were encountered: