This repository was archived by the owner on Dec 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
1414
15151 . Install AWS custom runtime:
1616```
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
1818```
1919
20202 . Deploy function:
@@ -43,7 +43,7 @@ mv target/release/examples/basic target/release/examples/bootstrap
4343
44443 . Deploy runtime using [ ` tm ` ] ( https://github.com/triggermesh/tm ) CLI:
4545```
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
4747tm deploy service lambda-rust -f target/release/examples/ --runtime aws-custom-runtime
4848```
4949
114114
1151154 . Deploy with [ ` tm ` ] ( https://github.com/triggermesh/tm ) CLI:
116116```
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
118118tm deploy service lambda-cpp -f . --runtime aws-custom-runtime
119119```
120120
You can’t perform that action at this time.
0 commit comments