-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathserverless.cli.txt
29 lines (24 loc) · 1.58 KB
/
serverless.cli.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
┏━━━━━━━━━━━━━━━━┓
┃ SERVERLESS ┃
┗━━━━━━━━━━━━━━━━┛
ALTERNATIVES ==> #See CDK
GOAL ==> #Similar to CDK or SAM
#AWS Lambda
#Paid if big company (>2M$): ~2$ per REGION + environment
#Not documented yet
FEATURES ==> #Shortcut template, similar to SAM transform (but not CloudFormation compatible)
#Secrets, similar to {{resolve}} with Secrets Manager
#Templating inputs
#Build (esbuild)
#Assets (S3, ECR)
#Deploy (including multiple STACKs, dependencies, stages, outputs)
#Invoke local|remote
#Function logs
#List functions|outputs|endpoints
#CI/CD and PR comment
#UI and Lambda extension for monitoring (metrics, traces, profiling, logs, exceptions)
PLUGINS ==> #~350
#build|deploy hooks
#Custom CLI command
#Custom template syntax or variable
#Custom cloud provider