Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 41e83e5

Browse files
committed
Master branch renamed to "main"
1 parent 6bcfc9e commit 41e83e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository contains an `example` lambda function written in bash with a AWS
1414

1515
1. 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

2020
2. Deploy function:
@@ -43,7 +43,7 @@ mv target/release/examples/basic target/release/examples/bootstrap
4343

4444
3. 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
4747
tm deploy service lambda-rust -f target/release/examples/ --runtime aws-custom-runtime
4848
```
4949

@@ -114,7 +114,7 @@ make
114114

115115
4. 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
118118
tm deploy service lambda-cpp -f . --runtime aws-custom-runtime
119119
```
120120

0 commit comments

Comments
 (0)