@architect/docs
Advanced tools
Comparing version 30.1.12 to 30.1.13
# 🌩 architect | ||
## Provision and deploy cloud architecture as text | ||
## Provision and deploy cloud infrastructure with a simple plaintext manifest | ||
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. | ||
Event driven programming with cloud functions can be tricky to set up and maintain. `architect` offers a simple plaintext manifest and `npm` script based workflows for provisioning, deploying, orchestrating, and working offline with cloud infrastructure. | ||
@@ -6,0 +6,0 @@ Currently, `architect` supports the following Amazon Web Services: |
{ | ||
"name": "@architect/docs", | ||
"version": "30.1.12", | ||
"version": "30.1.13", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "scripts": { |
69213