generated from ran-isenberg/aws-lambda-handler-cookbook
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
100 lines (94 loc) · 2.91 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
site_name: AWS Lambda Handler CookBook
site_description: AWS Lambda Handler CookBook
site_author: Ran Isenberg
repo_url: https://github.com/ran-isenberg/aws-lambda-handler-cookbook
edit_uri: edit/main/docs
nav:
- Homepage: index.md
- Getting Started: getting_started.md
- CDK: cdk.md
- Pipeline: pipeline.md
- Best Practices:
- best_practices/logger.md
- best_practices/tracer.md
- best_practices/metrics.md
- best_practices/environment_variables.md
- Architecture Layers: https://www.ranthebuilder.cloud/post/learn-how-to-write-aws-lambda-functions-with-architecture-layers" target="_blank"
- best_practices/input_validation.md
- best_practices/dynamic_configuration.md
- best_practices/monitoring.md
- Idempotency: https://www.ranthebuilder.cloud/post/serverless-api-idempotency-with-aws-lambda-powertools-and-cdk" target="_blank"
- CDK Best practices: https://www.ranthebuilder.cloud/post/aws-cdk-best-practices-from-the-trenches" target="_blank"
- Testing Best practices: https://www.ranthebuilder.cloud/post/guide-to-serverless-lambda-testing-best-practices-part-1" target="_blank"
theme:
name: material
font:
text: Ubuntu
palette:
- scheme: default
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.instant
- navigation.indexes
- navigation.tracking
- content.code.annotate
icon:
repo: fontawesome/brands/github
logo: media/builder.png
favicon: media/favicon.png
markdown_extensions:
- admonition
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
linenums: true
- pymdownx.details
- pymdownx.snippets:
base_path: "."
check_paths: true
- meta
- toc:
permalink: true
toc_depth: 4
- attr_list
- pymdownx.emoji
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
copyright: Copyright © 2023 Ran Isenberg
plugins:
- git-revision-date
- search
extra_css:
- stylesheets/extra.css
extra:
analytics:
provider: google
property: G-VN803S5YZ3
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ran-isenberg/aws-lambda-handler-cookbook
- icon: fontawesome/brands/twitter
link: https://twitter.com/IsenbergRan
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ranisenberg/
- icon: fontawesome/brands/medium
link: https://medium.com/@isenberg-ran
- icon: fontawesome/solid/globe
link: https://www.ranthebuilder.cloud