forked from michaelbrewer/aws-lambda-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
114 lines (109 loc) · 2.42 KB
/
mkdocs.yml
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
site_name: AWS Lambda Events
site_description: AWS Lambda Events
site_author: Michael Brewer
repo_name: aws-lambda-events
repo_url: https://github.com/michaelbrewer/aws-lambda-events
edit_uri: edit/main/docs/
theme:
name: material
logo: media/aws-logo-light.svg
favicon: media/aws-lambda-1.svg
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.instant
- navigation.indexes
- navigation.tabs
- navigation.tracking
- content.code.annotate
palette:
- scheme: default
primary: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: green
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- attr_list
- admonition
- def_list
- tables
- meta
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
toc_depth: 4
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
plugins:
- git-revision-date
- search
extra:
analytics:
provider: google
property: G-PM4TKP5NNF
nav:
- Overview:
- index.md
- lambda-resources.md
- lambda-invoke-types.md
- lambda-context.md
- lambda-lifecycle.md
- lambda-security.md
- AWS Lambda Events:
- http-api.md
- http-api-custom-authorizer.md
- rest-api.md
- rest-api-custom-authorizer.md
- function-url.md
- alexa-skills-kit.md
- alexa-smart-home.md
- alb.md
- appsync-resolver.md
- appsync-authorizer.md
- cloudformation.md
- cloudfront-function.md
- cloudfront-lambda-edge.md
- cloudwatch-logs.md
- code-commit.md
- code-pipeline-job.md
- cognito-events.md
- cognito-user-pool.md
- config.md
- connect.md
- dynamodb.md
- event-bridge.md
- iot-events.md
- iot.md
- apache-kafka.md
- kinesis-firehose.md
- kinesis-streams.md
- lex.md
- lex-v2.md
- mq.md
- amazon-msk.md
- s3.md
- s3-batch.md
- s3-object-lambda.md
- secrets-manager.md
- ses.md
- sns.md
- sqs.md
- work-mail.md
- build-project.md