@architect/docs
Advanced tools
Comparing version 30.1.7 to 30.1.8
# 🌩 architect | ||
## Provision and deploy cloud architecture as text | ||
Event driven programming with cloud functions is tricky to setup and maintain. `architect` offers a simplistic plaintext manifest and `npm` script based workflows for creating, deploying, working offline and more. | ||
Event driven programming with cloud functions is tricky to setup and maintain. `architect` offers a simple plaintext manifest and `npm` script based workflows for creating, deploying, working offline and more. | ||
@@ -6,0 +6,0 @@ Currently, `architect` supports the following Amazon Web Services: |
@@ -20,3 +20,3 @@ # Concepts | ||
`architect` defines a simplistic plaintext format, `.arc`, as a manfiest file to solve the specific problems laid out above. | ||
`architect` defines a simple plaintext format, `.arc`, as a manfiest file to solve the specific problems laid out above. | ||
@@ -23,0 +23,0 @@ With `architect`, you can: |
{ | ||
"name": "@architect/docs", | ||
"version": "30.1.7", | ||
"version": "30.1.8", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "scripts": { |
57569