diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-11 16:23:35 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-11 16:30:50 +0200 |
| commit | c8200f29184dfa48ab8de706d8c88c3bb03401d8 (patch) | |
| tree | b682320ada94e9f04eb30198c614b6e29b3cb9d9 | |
| parent | 664e622fbb5d528e14d42da7baf9505b79f3d041 (diff) | |
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | docs/Deployment_process.png | bin | 0 -> 149347 bytes | |||
| -rw-r--r-- | docs/Service_arch.png | bin | 0 -> 70035 bytes |
3 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ -# SLAM terraform configs +# SLAM infrastructure + +SLAM is a procedural, stack-based programming language inspired by Forth and Lisp. You can try SLAM online at https://slamlang.dev. This service is hosted in GCP and defined through the Terraform configs in this repository. + +SLAM is a hobby project and should be regarded as such. + +## Architecture + + + + ## Running diff --git a/docs/Deployment_process.png b/docs/Deployment_process.png Binary files differnew file mode 100644 index 0000000..8219492 --- /dev/null +++ b/docs/Deployment_process.png diff --git a/docs/Service_arch.png b/docs/Service_arch.png Binary files differnew file mode 100644 index 0000000..ef9ae28 --- /dev/null +++ b/docs/Service_arch.png |
