forked from serverless/serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.json
More file actions
133 lines (133 loc) · 6.15 KB
/
menu.json
File metadata and controls
133 lines (133 loc) · 6.15 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"Intro": "",
"Get Started": {
"Setup": "getting-started",
"Upgrading To V4": "guides/upgrading-v4",
"Tutorial": "tutorial",
"Concepts": "providers/aws/guide/intro",
"AWS Credentials": "providers/aws/guide/credentials"
},
"Usage": {
"Deploying": "providers/aws/guide/deploying",
"Packaging": "providers/aws/guide/packaging",
"Building": "providers/aws/guide/building",
"Testing": "providers/aws/guide/testing",
"Services": "providers/aws/guide/services",
"Functions": "providers/aws/guide/functions",
"Events": {
"Overview": "providers/aws/guide/events",
"HTTP (API Gateway v2)": "providers/aws/events/http-api",
"REST (API Gateway v1)": "providers/aws/events/apigateway",
"ActiveMQ": "providers/aws/events/activemq",
"Application Load Balancer": "providers/aws/events/alb",
"Alexa Skill": "providers/aws/events/alexa-skill",
"Alexa Smart Home": "providers/aws/events/alexa-smart-home",
"CloudWatch Event": "providers/aws/events/cloudwatch-event",
"CloudWatch Log": "providers/aws/events/cloudwatch-log",
"CloudFront": "providers/aws/events/cloudfront",
"Cognito User Pool": "providers/aws/events/cognito-user-pool",
"EventBridge Event": "providers/aws/events/event-bridge",
"IoT": "providers/aws/events/iot",
"IoT Fleet Provisioning": "providers/aws/events/iot-fleet-provisioning",
"Kafka": "providers/aws/events/kafka",
"Kinesis & DynamoDB": "providers/aws/events/streams",
"MSK": "providers/aws/events/msk",
"RabbitMQ": "providers/aws/events/rabbitmq",
"S3": "providers/aws/events/s3",
"Schedule": "providers/aws/events/schedule",
"SNS": "providers/aws/events/sns",
"SQS": "providers/aws/events/sqs",
"Websocket": "providers/aws/events/websocket"
},
"Layers": "providers/aws/guide/layers",
"IAM Function Permissions": "providers/aws/guide/iam",
"Parameters": "guides/parameters",
"Variables": {
"Overview": "guides/variables",
"Self-reference serverless.yml": "guides/variables/self",
"Serverless Core": "guides/variables/core",
"Environment Variables": "guides/variables/env-vars",
"CLI Options": "guides/variables/cli-options",
"External YAML/JSON Files": "guides/variables/file",
"Javascript properties": "guides/variables/javascript",
"Git": "guides/variables/git",
"AWS-specific": "guides/variables/aws",
"AWS S3 Objects": "guides/variables/s3",
"AWS SSM Parameter Store & Secrets Manager": "guides/variables/ssm",
"AWS CloudFormation Stack Outputs": "guides/variables/cf-stack",
"HashiCorp Terraform State Output": "guides/variables/terraform",
"HashiCorp Vault": "guides/variables/vault"
},
"Resources": "providers/aws/guide/resources",
"Composing Services": "guides/compose",
"Workflow Tips": "guides/workflow",
"Plugins": {
"Overview": "guides/plugins",
"Creating Plugins": "guides/plugins/creating-plugins",
"CLI Output": "guides/plugins/cli-output",
"Custom Commands": "guides/plugins/custom-commands",
"Custom Variables": "guides/plugins/custom-variables",
"Extending the Configuration schema": "guides/plugins/custom-configuration",
"Extending and overriding configuration": "guides/plugins/extending-configuration"
}
},
"Examples and Tutorials": "examples-and-tutorials",
"CLI Reference": {
"Overview": "providers/aws/cli-reference",
"package": "providers/aws/cli-reference/package",
"dev": "providers/aws/cli-reference/dev",
"deploy": "providers/aws/cli-reference/deploy",
"deploy function": "providers/aws/cli-reference/deploy-function",
"deploy list": "providers/aws/cli-reference/deploy-list",
"invoke": "providers/aws/cli-reference/invoke",
"invoke local": "providers/aws/cli-reference/invoke-local",
"logs": "providers/aws/cli-reference/logs",
"login": "providers/aws/cli-reference/login",
"metrics": "providers/aws/cli-reference/metrics",
"info": "providers/aws/cli-reference/info",
"rollback": "providers/aws/cli-reference/rollback",
"rollback function": "providers/aws/cli-reference/rollback-function",
"remove": "providers/aws/cli-reference/remove",
"plugin list": "providers/aws/cli-reference/plugin-list",
"plugin search": "providers/aws/cli-reference/plugin-search",
"plugin install": "providers/aws/cli-reference/plugin-install",
"plugin uninstall": "providers/aws/cli-reference/plugin-uninstall",
"generate event": "providers/aws/cli-reference/generate-event",
"print": "providers/aws/cli-reference/print",
"support": "providers/aws/cli-reference/support"
},
"Dashboard": {
"Overview": "guides/dashboard",
"Monitoring & Observability": {
"Overview": "guides/dashboard/monitoring",
"Metrics": "guides/dashboard/monitoring/metrics",
"Traces": "guides/dashboard/monitoring/traces",
"Troubleshoot": "guides/dashboard/monitoring/troubleshoot",
"SDK": {
"Overview": "guides/dashboard/monitoring/sdk",
"Node.js": "guides/dashboard/monitoring/sdk/nodejs",
"Python": "guides/dashboard/monitoring/sdk/python"
}
},
"Outputs": "guides/dashboard/output-variables",
"Providers": "guides/dashboard/providers",
"CI/CD": {
"Overview": "guides/dashboard/cicd",
"Branch Deployments": "guides/dashboard/cicd/branch-deployments",
"Preview Deployments": "guides/dashboard/cicd/preview-deployments",
"Custom Scripts": "guides/dashboard/cicd/custom-scripts",
"Testing": "guides/dashboard/cicd/running-tests",
"Private Packages": "guides/dashboard/cicd/private-packages",
"Notifications": "guides/dashboard/cicd/notifications",
"Mono Repos": "guides/dashboard/cicd/mono-repo",
"Deploy in your own CI/CD": "guides/dashboard/cicd/running-in-your-own-cicd",
"Best Practices": "guides/dashboard/cicd/best-practices",
"Troubleshooting": "guides/dashboard/cicd/troubleshooting",
"FAQ": "guides/dashboard/cicd/faq"
}
},
"Serverless.yml Reference": "providers/aws/guide/serverless.yml",
"Learn More": {
"Configuration Validation": "configuration-validation"
}
}