RedHatGov / serverless-workshop-dashboard

Lab guides for a workshop on OpenShift Serverless (Knative)
Apache License 2.0
5 stars 4 forks source link

Lab 1.1 Why serverless section is a bit repetitive #39

Closed andykrohg closed 3 years ago

andykrohg commented 3 years ago

We describe some of the benefits in prose, then repeat them in bullets below. This could use a bitt of polish:

Smaller pieces of code, faster to develop, easier to bug fix and iterate on. Truly elastic, easy and quick to spin up and down based on realtime usage. Only using the resources you need, when you need it. Loosely coupled, event driven architecture allowing for completely independent scaling. Agility, scalability, elasticity, all at a lower cost.

- elasticity
- scalability
- performance
- lower cost
- faster time from inception to market
- agility
- easier experimentation
- simpler/smaller deliverables
- freedom of language and tools
jkeam commented 3 years ago

PR https://github.com/RedHatGov/serverless-workshop-dashboard/pull/60

jkeam commented 3 years ago

PR Merged