File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,22 @@ Local Web Services provides two complementary CLI tools for local AWS CDK develo
1111- ** ldk** - Runs your AWS CDK applications locally as a development server
1212- ** lws** - AWS CLI-style commands for interacting with local services
1313
14+ ## Site structure
15+
16+ | Page | File | Description |
17+ | ------| ------| -------------|
18+ | Landing | ` index.html ` | Hero, what/why, how it works, journey CTAs |
19+ | Get Started | ` getting-started.html ` | Installation, prerequisites, CDK + Terraform quick starts |
20+ | Services | ` services.html ` | All 25 AWS service emulations with operations |
21+ | Mocking | ` mocking.html ` | Mock servers: routes, protocols, OpenAPI, templates |
22+ | Chaos | ` chaos.html ` | Chaos engineering: error rates, latency, timeouts |
23+ | CLI | ` cli.html ` | Full ldk + lws + mock command reference |
24+
25+ Shared styles live in ` style.css ` .
26+
1427## Local preview
1528
16- Open ` index.html ` in a browser.
29+ Open ` index.html ` in a browser, then navigate between pages using the nav bar .
1730
1831## Deployment
1932
You can’t perform that action at this time.
0 commit comments