Go to file
Dustin 3ce72623e6 model: sns: Add union type
The `model::sns::Message` enumeration provides a mechanism for
deserializing a JSON document into the correct type.  It will be used by
the HTTP operation that receives messages from SNS in order to determine
the correct action to take in response to the message.
2022-09-03 22:57:07 -05:00
src model: sns: Add union type 2022-09-03 22:57:07 -05:00
.editorconfig Initial commit 2022-08-31 21:02:17 -05:00
.gitattributes Initial commit 2022-08-31 21:02:17 -05:00
.gitignore Initial commit 2022-08-31 21:02:17 -05:00
Cargo.lock sns: Begin work on Amazon SNS message handling 2022-09-01 18:22:22 -05:00
Cargo.toml sns: Begin work on Amazon SNS message handling 2022-09-01 18:22:22 -05:00
rustfmt.toml Initial commit 2022-08-31 21:02:17 -05:00