diff options
| author | Yuval Adam <_@yuv.al> | 2019-10-26 17:04:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-26 17:04:24 +0300 |
| commit | e50f79b12e17dc8acb2795ffdbbff7177a00ddbd (patch) | |
| tree | 264683beef023ab5af93c5387b233850b9e865a4 /README.md | |
| parent | c6deaf5dad7103f3d6d3181ab6e5c5ee9fb94ad0 (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -9,6 +9,8 @@ The entire service is served off of static assets located in S3 buckets: - A static main index page, React-based JS bundle and other static assets that are uploaded upon deploy - Radar images that are collected and indexed every minute by a Python recurring task running on AWS Lambda +For some architectural notes on the deployment process go read https://yuv.al/blog/an-architecture-for-periodically-updating-static-websites/ + ## Prerequisites - Node.js @@ -54,7 +56,3 @@ For testing the cron task: ```bash $ yarn run invokecron ``` - -## Architecture - -For some architectural notes on the deployment process go read https://yuv.al/blog/an-architecture-for-periodically-updating-static-websites/ |
