dynk8s-provisioner/src
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
..
model sns: Save messages to disk 2022-09-05 09:45:44 -05:00
routes Begin HTTP server, SNS message receiver 2022-09-03 22:58:23 -05:00
sns sns: Save messages to disk 2022-09-05 09:45:44 -05:00
error.rs Begin HTTP server, SNS message receiver 2022-09-03 22:58:23 -05:00
main.rs Begin HTTP server, SNS message receiver 2022-09-03 22:58:23 -05:00