|
1 |
| -- Get Started |
2 |
| - - [Setup](./getting-started.md) |
3 |
| - - [Concepts](./guides/intro.md) |
4 |
| - - [AWS Credentials](./guides/credentials.md) |
5 |
| -- Usage |
6 |
| - - [Deploying](./guides/deploying.md) |
7 |
| - - [Packaging](./guides/packaging.md) |
8 |
| - - [Testing](./guides/testing.md) |
9 |
| - - [Services](./guides/services.md) |
10 |
| - - [Functions](./guides/functions.md) |
11 |
| - - Events |
12 |
| - - [Overview](./guides/events.md) |
13 |
| - - [HTTP (API Gateway v2)](./events/http-api.md) |
14 |
| - - [REST (API Gateway v1)](./events/apigateway.md) |
15 |
| - - [ActiveMQ](./events/activemq.md) |
16 |
| - - [Application Load Balancer](./events/alb.md) |
17 |
| - - [Alexa Skill](./events/alexa-skill.md) |
18 |
| - - [Alexa Smart Home](./events/alexa-smart-home.md) |
19 |
| - - [CloudWatch Event](./events/cloudwatch-event.md) |
20 |
| - - [CloudWatch Log](./events/cloudwatch-log.md) |
21 |
| - - [CloudFront](./events/cloudfront.md) |
22 |
| - - [Cognito User Pool](./events/cognito-user-pool.md) |
23 |
| - - [EventBridge Event](./events/event-bridge.md) |
24 |
| - - [IoT](./events/iot.md) |
25 |
| - - [IoT Fleet Provisioning](./events/iot-fleet-provisioning.md) |
26 |
| - - [Kafka](./events/kafka.md) |
27 |
| - - [Kinesis & DynamoDB](./events/streams.md) |
28 |
| - - [MSK](./events/msk.md) |
29 |
| - - [RabbitMQ](./events/rabbitmq.md) |
30 |
| - - [S3](./events/s3.md) |
31 |
| - - [Schedule](./events/schedule.md) |
32 |
| - - [SNS](./events/sns.md) |
33 |
| - - [SQS](./events/sqs.md) |
34 |
| - - [Websocket](./events/websocket.md) |
35 |
| - - [Layers](./guides/layers.md) |
36 |
| - - [IAM Function Permissions](./guides/iam.md) |
37 |
| - - [Parameters](./guides/parameters.md) |
38 |
| - - [Variables](./guides/variables.md) |
39 |
| - - [Resources](./guides/resources.md) |
40 |
| - - [Composing services](./guides/compose.md) |
41 |
| - - [Workflow Tips](./guides/workflow.md) |
| 1 | +## Get Started |
| 2 | + |
| 3 | +- [Setup](./getting-started.md) |
| 4 | +- [Concepts](./guides/intro.md) |
| 5 | +- [AWS Credentials](./guides/credentials.md) |
| 6 | + |
| 7 | +## Usage |
| 8 | + |
| 9 | +- [Deploying](./guides/deploying.md) |
| 10 | +- [Packaging](./guides/packaging.md) |
| 11 | +- [Testing](./guides/testing.md) |
| 12 | +- [Services](./guides/services.md) |
| 13 | +- [Functions](./guides/functions.md) |
| 14 | +- [Layers](./guides/layers.md) |
| 15 | +- [IAM Function Permissions](./guides/iam.md) |
| 16 | +- [Parameters](./guides/parameters.md) |
| 17 | +- [Variables](./guides/variables.md) |
| 18 | +- [Resources](./guides/resources.md) |
| 19 | +- [Composing services](./guides/compose.md) |
| 20 | +- [Workflow Tips](./guides/workflow.md) |
42 | 21 | - [Serverless.yml Reference](./guides/serverless.yml)
|
43 |
| -- CLI Reference |
44 |
| - - [Overview](./cli-reference) |
45 |
| - - [config credentials](./cli-reference/config-credentials.md) |
46 |
| - - [create](./cli-reference/create.md) |
47 |
| - - [install](./cli-reference/install.md) |
48 |
| - - [package](./cli-reference/package.md) |
49 |
| - - [deploy](./cli-reference/deploy.md) |
50 |
| - - [deploy function](./cli-reference/deploy-function.md) |
51 |
| - - [deploy list](./cli-reference/deploy-list.md) |
52 |
| - - [invoke](./cli-reference/invoke.md) |
53 |
| - - [invoke local](./cli-reference/invoke-local.md) |
54 |
| - - [logs](./cli-reference/logs.md) |
55 |
| - - [metrics](./cli-reference/metrics.md) |
56 |
| - - [info](./cli-reference/info.md) |
57 |
| - - [rollback](./cli-reference/rollback.md) |
58 |
| - - [rollback function](./cli-reference/rollback-function.md) |
59 |
| - - [remove](./cli-reference/remove.md) |
60 |
| - - [plugin list](./cli-reference/plugin-list.md) |
61 |
| - - [plugin search](./cli-reference/plugin-search.md) |
62 |
| - - [plugin install](./cli-reference/plugin-install.md) |
63 |
| - - [plugin uninstall](./cli-reference/plugin-uninstall.md) |
64 |
| - - [generate event](./cli-reference/generate-event.md) |
65 |
| - - [print](./cli-reference/print.md) |
66 |
| -- Learn More |
67 |
| - - [Upgrading to v3](./guides/upgrading-v3.md) |
68 |
| - - [Configuration Validation](./configuration-validation.md) |
69 |
| - - [Resolution of Environment Variables](./environment-variables.md) |
70 |
| - - [Deprecations](./deprecations.md) |
71 |
| -- Plugins |
72 |
| - - [Overview](./guides/plugins/README.md) |
73 |
| - - [Creating Plugins](./guides/plugins/creating-plugins.md) |
| 22 | + |
| 23 | +# Function events |
| 24 | + |
| 25 | +- [Overview](./guides/events.md) |
| 26 | +- [HTTP (API Gateway v2)](./events/http-api.md) |
| 27 | +- [REST (API Gateway v1)](./events/apigateway.md) |
| 28 | +- [ActiveMQ](./events/activemq.md) |
| 29 | +- [Application Load Balancer](./events/alb.md) |
| 30 | +- [Alexa Skill](./events/alexa-skill.md) |
| 31 | +- [Alexa Smart Home](./events/alexa-smart-home.md) |
| 32 | +- [CloudWatch Event](./events/cloudwatch-event.md) |
| 33 | +- [CloudWatch Log](./events/cloudwatch-log.md) |
| 34 | +- [CloudFront](./events/cloudfront.md) |
| 35 | +- [Cognito User Pool](./events/cognito-user-pool.md) |
| 36 | +- [EventBridge Event](./events/event-bridge.md) |
| 37 | +- [IoT](./events/iot.md) |
| 38 | +- [IoT Fleet Provisioning](./events/iot-fleet-provisioning.md) |
| 39 | +- [Kafka](./events/kafka.md) |
| 40 | +- [Kinesis & DynamoDB](./events/streams.md) |
| 41 | +- [MSK](./events/msk.md) |
| 42 | +- [RabbitMQ](./events/rabbitmq.md) |
| 43 | +- [S3](./events/s3.md) |
| 44 | +- [Schedule](./events/schedule.md) |
| 45 | +- [SNS](./events/sns.md) |
| 46 | +- [SQS](./events/sqs.md) |
| 47 | +- [Websocket](./events/websocket.md) |
| 48 | + |
| 49 | +## CLI Reference |
| 50 | + |
| 51 | +- [Overview](./cli-reference) |
| 52 | +- [config credentials](./cli-reference/config-credentials.md) |
| 53 | +- [create](./cli-reference/create.md) |
| 54 | +- [install](./cli-reference/install.md) |
| 55 | +- [package](./cli-reference/package.md) |
| 56 | +- [deploy](./cli-reference/deploy.md) |
| 57 | +- [deploy function](./cli-reference/deploy-function.md) |
| 58 | +- [deploy list](./cli-reference/deploy-list.md) |
| 59 | +- [invoke](./cli-reference/invoke.md) |
| 60 | +- [invoke local](./cli-reference/invoke-local.md) |
| 61 | +- [logs](./cli-reference/logs.md) |
| 62 | +- [metrics](./cli-reference/metrics.md) |
| 63 | +- [info](./cli-reference/info.md) |
| 64 | +- [rollback](./cli-reference/rollback.md) |
| 65 | +- [rollback function](./cli-reference/rollback-function.md) |
| 66 | +- [remove](./cli-reference/remove.md) |
| 67 | +- [plugin list](./cli-reference/plugin-list.md) |
| 68 | +- [plugin search](./cli-reference/plugin-search.md) |
| 69 | +- [plugin install](./cli-reference/plugin-install.md) |
| 70 | +- [plugin uninstall](./cli-reference/plugin-uninstall.md) |
| 71 | +- [generate event](./cli-reference/generate-event.md) |
| 72 | +- [print](./cli-reference/print.md) |
| 73 | + |
| 74 | +## Learn More |
| 75 | + |
| 76 | +- [Upgrading to v3](./guides/upgrading-v3.md) |
| 77 | +- [Configuration Validation](./guides/configuration-validation.md) |
| 78 | +- [Resolution of Environment Variables](./guides/environment-variables.md) |
| 79 | +- [Deprecations](./guides/deprecations.md) |
| 80 | + |
| 81 | +## Creating Plugins |
| 82 | + |
| 83 | +- [Overview](./guides/plugins/README.md) |
| 84 | +- [Creating Plugins](./guides/plugins/creating-plugins.md) |
74 | 85 | - [CLI Output](./guides/plugins/cli-output.md)
|
75 | 86 | - [Custom Commands](./guides/plugins/custom-commands.md)
|
76 | 87 | - [Custom Variables](./guides/plugins/custom-variables.md)
|
|
0 commit comments