solomonxie / blog-in-the-issues

A personalised tech-blog, notebook, diary, presentation and introduction.
https://solomonxie.github.io
65 stars 12 forks source link

Serverless Everywhere #53

Open solomonxie opened 2 years ago

solomonxie commented 2 years ago

Serverless Overall Pros & Cons

TBD

solomonxie commented 2 years ago

Serverless Industry Case Study

TBD

solomonxie commented 2 years ago

Serverless Tech Stack

TBD

solomonxie commented 2 years ago

Serverless API Architecture Design

solomonxie commented 2 years ago

Serverless Task Queue Design

TBD

solomonxie commented 2 years ago

Serverless CI/CD

solomonxie commented 2 years ago

Serverless Security Design

solomonxie commented 2 years ago

Serverless Cost Estimation

solomonxie commented 2 years ago

SAM CLI Get Started

Install

# Mac
brew tap aws/tap
brew install aws-sam-cli
sam --version