-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
44 lines (37 loc) · 1.18 KB
/
_pkgdown.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
url: "https://lewinfox.github.io/lambdar"
home:
authors:
Lewin Appleton-Fox:
href: https://github.com/lewinfox
reference:
- title: Get started
desc: >
Getting started with lambdar is easy!
- contents:
- init
- build_config
- clean
- title: Build containers
desc: >
AWS Lambda allows you to use custom container images to run your code. These functions
help you build and test container images from a lambdar config file.
- contents:
- build_dockerfile
- build_image
- title: Upload your image to the Elastic Container Registry
desc: >
Once you've built and tested your function locally you're ready to deploy it.
- contents:
- upload_to_ecr
- title: Create a lambda function
desc: >
Tooling to automatically create a Lambda function is on the roadmap but not implemented yet.
- title: Layers
desc: >
Tooling to help you build Lambda layers is on the roadmap but not implemented yet.
- title: Handling API responses
desc: >
Once your function is in production your client applictions need to know how to handle the
responses it sends back.
- contents:
- lambdar-api