You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bottlecap/README.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,7 @@
1
1
# Bottlecap
2
2
3
-
## Developing on Apple Silicon
4
-
One time setup:
5
-
1.`rustup target add aarch64-unknown-linux-gnu`
6
-
2.`brew install zig`
7
-
3.`cargo install cargo-zigbuild`
8
-
9
-
Then: `./runBottlecap.sh`
10
-
11
-
## Developing using Codespaces
12
-
Step 1: Create a codespace (code > codespaces > create codespace on main)
13
-
14
-

15
-
16
-
Step 2: Hack in the `bottlecap` folder
17
-
18
-
Step 3: Test your change running `./runBottlecap.sh`
19
-
20
-

3
+
## Development
4
+
Use the `/scripts/build_bottlecap_layer.sh` and either publish it as a layer and test in Lambda or copy the binary into a container image and test there. Ask AJ or see the internal wiki for more.
0 commit comments