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

Commit b59dad1

Browse files
committed
1 parent 7167852 commit b59dad1

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
### AWS Lambda Python buildtemplates
22

3-
#### Python 3.7
4-
5-
Knative buildtemplate based on [LambCI](https://github.com/lambci/docker-lambda) Python 3.7 runtime.
3+
Knative buildtemplate based on [LambCI](https://github.com/lambci/docker-lambda) Python runtimes.
64
Function deployment example using [tm](https://github.com/triggermesh/tm) CLI:
75

6+
#### Example
7+
8+
Python 3.7
9+
810
1. Install buildtemplate
911

1012
```
@@ -24,10 +26,15 @@ curl python-test.default.dev.triggermesh.io
2426
{"statusCode": 200, "body": "{\"message\": \"Hello, the current time is 06:45:49.174383\"}"}
2527
```
2628

27-
#### Python 2.7
2829

29-
TODO
30+
To use Python 2.7 runtime simply replace version tag in step 1 and 2 with `python-2.7` and `aws-python27-runtime` accordingly.
31+
32+
33+
34+
### Support
35+
36+
We would love your feedback on this tool so don't hesitate to let us know what is wrong and how we could improve it, just file an [issue](https://github.com/triggermesh/aws-python-runtime/issues/new)
3037

31-
#### Nodejs
38+
### Code of Conduct
3239

33-
TODO
40+
This plugin is by no means part of [CNCF](https://www.cncf.io/) but we abide by its [code of conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md)

0 commit comments

Comments
 (0)