Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit d187d9e

Browse files
committed
Update README to inform about the new version
CAT: #doc
1 parent 39dc993 commit d187d9e

File tree

1 file changed

+60
-10
lines changed

1 file changed

+60
-10
lines changed

README.md

Lines changed: 60 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1+
<a id="top" name="top"></a>
2+
3+
---
4+
5+
> This project will be deprecated by February 2017 with the release of Go 1.8. Please migrate to
6+
[eawsy/aws-lambda-go-shim](https://github.com/eawsy/aws-lambda-go-shim).
7+
8+
---
9+
<br>
10+
111
[<img src="_asset/powered-by-aws.png" alt="Powered by Amazon Web Services" align="right">][aws-home]
212
[<img src="_asset/created-by-eawsy.png" alt="Created by eawsy" align="right">][eawsy-home]
3-
413
# eawsy/aws-lambda-go
514
> A fast and clean way to execute Go on AWS Lambda.
615
7-
![Runtime][runtime-badge]
816
[![Api][api-badge]][eawsy-godoc]
9-
[![Chat][chat-badge]][eawsy-gitter]
10-
![Status][status-badge]
17+
[![Status][status-badge]](#top)
1118
[![License][license-badge]](LICENSE)
12-
<sup>•</sup> <sup>•</sup> <sup>•</sup>
13-
[![Hire us][hire-badge]][eawsy-hire-form]
19+
[![Chat][chat-badge]][eawsy-gitter]
1420

15-
[AWS Lambda][aws-lambda-home] lets you run code without provisioning or managing servers. For now it only supports
16-
Node.js, Python and Java. This project provides Go support *without spawning a process*.
21+
[AWS Lambda][aws-lambda-home] lets you run code without provisioning or managing servers. [For now][aws-lambda-lng], it
22+
only supports Node.js, Java, C# and Python. This project provides Go support *without spawning a process*.
1723

24+
[<img src="_asset/arrow-up.png" align="right">](#top)
1825
## Preview
1926

2027
```sh
@@ -57,11 +64,13 @@ aws lambda invoke --function-name preview-go output.txt
5764

5865
<kbd>![Preview](_asset/eawsy-preview.png)</kbd>
5966

67+
[<img src="_asset/arrow-up.png" align="right">](#top)
6068
## Documentation
6169

6270
This [wiki][eawsy-wiki] is the main source of documentation for developers working with or contributing to the
6371
project.
6472

73+
[<img src="_asset/arrow-up.png" align="right">](#top)
6574
## About
6675

6776
[![eawsy](_asset/eawsy-logo.png)][eawsy-home]
@@ -71,11 +80,50 @@ This project is maintained and funded by Alsanium, SAS.
7180
[We][eawsy-home] :heart: [AWS][aws-home] and open source software. See [our other projects][eawsy-github], or
7281
[hire us][eawsy-hire-form] to help you build modern applications on AWS.
7382

83+
[<img src="_asset/arrow-up.png" align="right">](#top)
84+
## Contact
85+
86+
We want to make it easy for you, users and contributers, to talk with us and connect with each others, to share ideas,
87+
solve problems and make help this project awesome. Here are the main channels we're running currently and we'd love to
88+
hear from you on them.
89+
90+
### Twitter
91+
92+
[eawsyhq][eawsy-twitter]
93+
94+
Follow and chat with us on Twitter.
95+
96+
Share stories!
97+
98+
### Gitter
99+
100+
[eawsy/bavardage][eawsy-gitter]
101+
102+
This is for all of you. Users, developers and curious. You can find help, links, questions and answers from all the
103+
community including the core team.
104+
105+
Ask questions!
106+
107+
### GitHub
108+
109+
[pull requests][eawsy-pr] & [issues][eawsy-issues]
110+
111+
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull
112+
requests, and do our best to process them as fast as we can.
113+
114+
Before you start to code, we recommend discussing your plans through the [eawsy/bavardage channel][eawsy-gitter],
115+
especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction,
116+
give you feedback on your design, and help you find out if someone else is working on the same thing.
117+
118+
Write code!
119+
120+
[<img src="_asset/arrow-up.png" align="right">](#top)
74121
## License
75122

76123
This product is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this product
77124
except in compliance with the License. See [LICENSE](LICENSE) and [NOTICE](NOTICE) for more information.
78125

126+
[<img src="_asset/arrow-up.png" align="right">](#top)
79127
## Trademark
80128

81129
Alsanium, eawsy, the "Created by eawsy" logo, and the "eawsy" logo are trademarks of Alsanium, SAS. or its affiliates in
@@ -90,11 +138,13 @@ affiliates in the United States and/or other countries.
90138
[eawsy-godoc]: https://godoc.org/github.com/eawsy/aws-lambda-go/service/lambda/runtime
91139
[eawsy-wiki]: https://github.com/eawsy/aws-lambda-go/wiki
92140
[eawsy-hire-form]: https://docs.google.com/forms/d/e/1FAIpQLSfPvn1Dgp95DXfvr3ClPHCNF5abi4D1grveT5btVyBHUk0nXw/viewform
141+
[eawsy-pr]: https://github.com/eawsy/aws-lambda-go/issues?q=is:pr%20is:open
142+
[eawsy-issues]: https://github.com/eawsy/aws-lambda-go/issues?q=is:issue%20is:open
143+
[eawsy-twitter]: https://twitter.com/@eawsyhq
93144
[aws-home]: https://aws.amazon.com/
94145
[aws-lambda-home]: https://aws.amazon.com/lambda/
95-
[runtime-badge]: http://img.shields.io/badge/runtime-go-ef6c00.svg?style=flat-square
146+
[aws-lambda-lng]: http://docs.aws.amazon.com/lambda/latest/dg/lambda-app.html#lambda-app-author
96147
[api-badge]: http://img.shields.io/badge/api-godoc-7986cb.svg?style=flat-square
97148
[chat-badge]: http://img.shields.io/badge/chat-gitter-e91e63.svg?style=flat-square
98149
[status-badge]: http://img.shields.io/badge/status-stable-689f38.svg?style=flat-square
99150
[license-badge]: http://img.shields.io/badge/license-apache-757575.svg?style=flat-square
100-
[hire-badge]: http://img.shields.io/badge/hire-eawsy-2196f3.svg?style=flat-square

0 commit comments

Comments
 (0)