└── readme.md /readme.md: -------------------------------------------------------------------------------- 1 | # Architect examples 2 | 3 | ## Working with functions 4 | 5 | - [Example of using WebSockets in Architect 5.0](https://github.com/architect-examples/arc-example-ws) 6 | 7 | - [Example using `@events` as background pub/sub tasks from a web app](https://github.com/architect-examples/arc-example-events-pubsub) 8 | 9 | - [Example app demonstrating long running persistent background tasks using an SNS event Lambda](https://github.com/architect-examples/arc-example-events-pubsub) 10 | 11 | - [Examples of common errors and how to handle them](https://github.com/architect-examples/arc-example-errors) 12 | 13 | 14 | 15 | - [Dynamically build JS and CSS at runtime](https://github.com/architect-examples/arc-example-dynamic-js-and-css) 16 | 17 | - [Example HTTP status codes with `application/json` routes](https://github.com/architect-examples/arc-example-json-status-codes) 18 | 19 | 20 | ## Working with data 21 | 22 | - [Example of working with `@architect/data`](https://github.com/architect-examples/arc-example-data) 23 | 24 | - [Example of persisting data with DynamoDB](https://github.com/architect-examples/arc-example-persist-data) 25 | 26 | - [Best Practices around Modeling Relational Data in DynamoDB](https://github.com/konsumer/arc-example) - this is a complete example app, with a focus on [the original AWS article](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-relational-modeling.html) 27 | 28 | 29 | ## Example apps 30 | 31 | - [Frontend patterns: Using `@views`](https://github.com/architect-examples/arc-examples-views) 32 | 33 | - [Frontend patterns: Serving ES Modules](https://github.com/architect-examples/arc-example-es-modules) 34 | 35 | - [Frontend patterns: Webpack](https://github.com/architect-examples/arc-example-webpack) 36 | 37 | - [An example docs site (that also happens to be our real docs site)](https://github.com/architect/arc.codes) 38 | 39 | - [Example login / logout flow](https://github.com/architect-examples/arc-example-login-flow) 40 | 41 | - [Example note taking app with support for multiple users](https://github.com/architect-examples/arc-example-notes) 42 | 43 | - [Example app for loading static assets from either `/public` or a secure HTTP Lambda function](https://github.com/architect-examples/arc-example-simple-static-assets) 44 | 45 | - [An example Slack app](https://github.com/architect-examples/arc-example-slack-client) 46 | 47 | - [Example repo for working offline and locally](https://github.com/architect-examples/arc-example-working-locally) 48 | 49 | - [Random quote generator](https://github.com/architect-examples/arc-example-random-mitch-hedberg-quote) 50 | --------------------------------------------------------------------------------