This repository was archived by the owner on Dec 11, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repository contains an `example` lambda function written in bash with a AWS
14
14
15
15
1 . Install AWS custom runtime:
16
16
```
17
- tm deploy task -f https://raw.githubusercontent.com/triggermesh/aws-custom-runtime/master /runtime.yaml
17
+ tm deploy task -f https://raw.githubusercontent.com/triggermesh/aws-custom-runtime/main /runtime.yaml
18
18
```
19
19
20
20
2 . Deploy function:
@@ -43,7 +43,7 @@ mv target/release/examples/basic target/release/examples/bootstrap
43
43
44
44
3 . Deploy runtime using [ ` tm ` ] ( https://github.com/triggermesh/tm ) CLI:
45
45
```
46
- tm deploy runtime -f https://raw.githubusercontent.com/triggermesh/aws-custom-runtime/master /runtime.yaml
46
+ tm deploy runtime -f https://raw.githubusercontent.com/triggermesh/aws-custom-runtime/main /runtime.yaml
47
47
tm deploy service lambda-rust -f target/release/examples/ --runtime aws-custom-runtime
48
48
```
49
49
114
114
115
115
4 . Deploy with [ ` tm ` ] ( https://github.com/triggermesh/tm ) CLI:
116
116
```
117
- tm deploy task -f https://raw.githubusercontent.com/triggermesh/aws-custom-runtime/master /runtime.yaml
117
+ tm deploy task -f https://raw.githubusercontent.com/triggermesh/aws-custom-runtime/main /runtime.yaml
118
118
tm deploy service lambda-cpp -f . --runtime aws-custom-runtime
119
119
```
120
120
You can’t perform that action at this time.
0 commit comments