Skip to content

Commit dfaaa8f

Browse files
committed
Update README.md
1 parent 5a68230 commit dfaaa8f

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
11
# [WIP] Serverless Fullstack Example App
22

3+
Kickstart development of a fullstack serverless app with a cloud first development workflow.
4+
5+
***
6+
37
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
48
[![forthebadge](https://forthebadge.com/images/badges/fuck-it-ship-it.svg)](https://forthebadge.com)
59

6-
I'm building this because I'm not 100% happy with any of the existing serverless templates or examples. They often miss out steps, are only backend focussed, or don't consider the development and testing experience.
7-
810
This example will demonstrate how too
911

1012
* Completely setup all your infrastructure Infrastructure As Code
1113
* Only use pay per use resources so we can deploy to many stages without breaking the bank
1214
* Follow best practices like no hard coded magic strings, 1 IAM role per function, Single Table Design, and Broken Up yml files
1315

16+
## Why This Exists
17+
18+
## Features
19+
1420
## Getting Started
21+
22+
### Scripts Reference
23+
24+
### Development Workflow
25+
26+
### Debugging
27+
1528
## Infrastructure
1629

1730
* [Authentication](infrastructure/authentication/README.md)
1831
* [Database](infrastructure/database/README.md)
1932
* [Website](infrastructure/web/README.md)
33+
34+
## Todo List
35+
36+
## Contributing

0 commit comments

Comments
 (0)