README
node_timer
Register an event with a key and time
timer will publish an SNS event when time expires.
Cron/tick --> node_timer --> publish event
A simple timer based on ticks and will publish SNS events
<script type="module">
import nodeCustomTimer from 'https://cdn.skypack.dev/node_custom_timer';
</script>
Register an event with a key and time
timer will publish an SNS event when time expires.
Cron/tick --> node_timer --> publish event