Go to file
Dustin ac1b20d910 sns: Save messages to disk
Upon receipt of a notification or unsubscribe confirmation message from
SNS, after the message signature has been verified, the receiver will
now write the re-serialized contents of the message out to the
filesystem.  This will allow the messages to be inspected later in order
to develop additional functionality for this service.

The messages are saved in a `messages` director within the current
working directory.  This directory contains a subdirectory for each SNS
topic.  Within the topic subdirectories, the each message is saved in a
file named with the message timestamp and ID.
2022-09-05 09:45:44 -05:00
src sns: Save messages to disk 2022-09-05 09:45:44 -05:00
test/data/sns Begin HTTP server, SNS message receiver 2022-09-03 22:58:23 -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 sns: Save messages to disk 2022-09-05 09:45:44 -05:00
Cargo.lock Begin HTTP server, SNS message receiver 2022-09-03 22:58:23 -05:00
Cargo.toml Begin HTTP server, SNS message receiver 2022-09-03 22:58:23 -05:00
rustfmt.toml Initial commit 2022-08-31 21:02:17 -05:00