# [WIP] FaaS Free-tier 비교

> *2022. 9월 기준*


| Provider | Req/Month (millions) | CPU runtime (ms) | Memory (MB) | Function # |
| --- | --- |--- | --- |
| Cloudflare | 2.80~3.10 | 10 | | unlimited |
| Deno Deploy | 2.80~3.10 | 10 | | unlimited |
| Vercel (Edge) | - | - | -  | unlimited |
| Vercel | 100 GB-hours | 10 * 1000 | 1024 | unlimited |
| Netlify (Edge) | 3 | 50 | 512 | - |
| Netlify | 0.125 (per sites) | - | 1024  |  - |
| Digital Ocean | 25 GiB-hours / month | 30,000 | 128MB - 1GB |  |
| AWS Lambda | 1 | - | - | - |
| Azure Function | 1 | - | - | - |
| Google Function | 2 | - | - | - |
| IBM Function | 5 | - | - | - |

## Cloudflare

- 월간 요청(request) 한도:  1일 10만개 * 28~31일 => 280~310만개 요청
- CPU 소요시간: 10ms

### 기타 특징

- **cold start 없음**
- Key-Value DB인 KV 사용 가능
- Cron Trigger 지원

### 참고

- Pricing: https://developers.cloudflare.com/workers/platform/pricing/
- Limits: https://developers.cloudflare.com/workers/platform/limits/


## Deno Deploy

### 참고

- Pricing: https://deno.com/deploy/pricing


## Vercel

### 참고

- Pricing: https://vercel.com/pricing


## Netlify

### 참고

- Edge Functions: https://docs.netlify.com/edge-functions/overview/
- Functions: https://docs.netlify.com/functions/overview/

## Digital Ocean

- Functions: https://docs.digitalocean.com/products/functions/

## AWS Lambda

### 참고

- https://aws.amazon.com/ko/lambda/

## Azure Function

## Goolge Function

## IBM Cloud Function

### 참고

- Functions: https://www.ibm.com/kr-ko/cloud/functions
