Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a40b9ba

Browse files
committedMar 13, 2016
added TOC and new links
1 parent 681d935 commit a40b9ba

File tree

1 file changed

+56
-4
lines changed

1 file changed

+56
-4
lines changed
 

‎README.md

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,60 @@
33
> Curated list of Awesome AWS Lambda seed repos, starters, boilerplates, examples, tutorials, components, modules, videos, and anything else in the AWS Lambda ecosystem
44
55
## [AWS Lambda](https://aws.amazon.com/lambda/)
6-
## [AWS Lambda Documentation](https://aws.amazon.com/documentation/lambda/)
76

87
> Run code without thinking about servers.
98
9+
### Table of Contents
10+
- [Current Language support for AWS Lambda](#curent-language-support-for-aws-lambda)
11+
- [AWS Lambda Documentation](#aws-lambda-documentation)
12+
- [Slides](#slides)
13+
- [Books](#books)
14+
- [Presentations](#presentations)
15+
- [Articles](#articles)
16+
- [Resources](#resources)
17+
- [Articles and Tutorials](#articles-and-tutorials)
18+
- [Boilerplate](#boilerplate)
19+
- [Tools and Frameworks](#tools-and-frameworks)
20+
- [Examples](#examples)
21+
- [Other Alternatives](#other-alternatives)
22+
- [Contributing](#contributing)
23+
- [Code of Conduct](#code-of-conduct)
24+
- [License](#license)
1025

1126
##### Current Language support for AWS Lambda:
1227
* Node.js (JavaScript)
1328
* Python
1429
* Java (Java 8 compatible)
1530

16-
## Books
31+
### [AWS Lambda Documentation](https://aws.amazon.com/documentation/lambda/)
32+
33+
### Slides
34+
* [AWS Lambda and the Serverless Cloud](http://www.slideshare.net/AmazonWebServices/cmp301-aws-lambda-and-the-serverless-cloud)
35+
* [The Serverless Company Using AWS Lambda: Streamlining Architecture with AWS](http://www.slideshare.net/AmazonWebServices/arc308-the-serverless-company-using-aws-lambda)
36+
* [Building Scalable, Serverless Mobile and Internet of Things Back Ends](http://www.slideshare.net/AmazonWebServices/mbl302-scalable-serverless-mobile-iot-backendsporate-it-into-a-consumerfacing-device)
37+
* [Zero Infrastructure, Real-Time Data Collection, and Analytics](http://www.slideshare.net/AmazonWebServices/bdt307-zero-infrastructure-realtime-data-collection-and-analytics-53718073)
38+
* [Using Amazon API Gateway with AWS Lambda to Build Secure and Scalable APIs](http://www.slideshare.net/AmazonWebServices/dev203-amazon-api-gateway-aws-lambda-to-build-secure-apis)
39+
* [Build a Serverless Mobile Game with Amazon Cognito, Lambda, and DynamoDB](http://www.slideshare.net/AmazonWebServices/gam401-build-a-serverless-mobile-game-w-cognito-lambda-dynamodb)
40+
* [Microservices Architecture for Digital Platforms with AWS Lambda, Amazon CloudFront and Amazon DynamoDB](http://www.slideshare.net/mitocgroup/arc201-microservices-architecture-aws-reinvent-2015)
41+
* [AWS Lambda: Simplifying Big Data Workloads](http://www.slideshare.net/AmazonWebServices/cmp403-aws-lambda-simplifying-big-data-workloads)
42+
* [Lambda as Cron: Scheduling Invocations in AWS Lambda](http://www.slideshare.net/AmazonWebServices/cmp407-lambda-as-cron-scheduling-invocations-in-aws-lambda)
43+
* [JAWS: The Monstrously Scalable Serverless Framework – AWS Lambda, Amazon API Gateway, and More!](http://www.slideshare.net/AmazonWebServices/dvo209-jaws-a-scalable-serverless-framework)
44+
45+
### Books
1746
* [AWS Lambda: A Guide to Serverless Microservices](http://www.amazon.com/AWS-Lambda-Guide-Serverless-Microservices-ebook/dp/B016JOMAEE)
1847

1948
### Presentations
2049
* [ReInvent presentation on “Getting started with AWS Lambda”](https://www.youtube.com/watch?v=UFj27laTWQA)
50+
* [AWS Lambda and the Serverless Cloud](https://www.youtube.com/watch?v=pBLdMCksM3A)
51+
* [The Serverless Company Using AWS Lambda: Streamlining Architecture with AWS](https://www.youtube.com/watch?v=U8ODkSCJpJU)
52+
* [Building Scalable, Serverless Mobile and Internet of Things Back Ends](https://www.youtube.com/watch?v=GnaO-LwdSuU)
53+
* [Zero Infrastructure, Real-Time Data Collection, and Analytics](https://www.youtube.com/watch?v=ygHGPnAd0Uo)
54+
* [Using Amazon API Gateway with AWS Lambda to Build Secure and Scalable APIs](https://www.youtube.com/watch?v=ZBxWZ9bgd44)
55+
* [Build a Serverless Mobile Game with Amazon Cognito, Lambda, and DynamoDB](https://www.youtube.com/watch?v=JT2xOYOdUvM)
56+
* [Microservices Architecture for Digital Platforms with AWS Lambda, Amazon CloudFront and Amazon DynamoDB](https://aws.amazon.com/blogs/compute/aws-lambda-sessions-at-reinvent-2015-wrap-up/#)
57+
* [AWS Lambda: Simplifying Big Data Workloads](https://www.youtube.com/watch?v=WWDHxy4zuqg)
58+
* [Lambda as Cron: Scheduling Invocations in AWS Lambda](https://www.youtube.com/watch?v=FhJxTIq81AU)
59+
* [JAWS: The Monstrously Scalable Serverless Framework – AWS Lambda, Amazon API Gateway, and More!](https://www.youtube.com/watch?v=D_U6luQ6I90)
2160

2261
---
2362

@@ -36,6 +75,7 @@
3675
* [AWS Lambda real world example — Spreash integrations](https://medium.com/@spreash/aws-lambda-real-world-example-spreash-integrations-the-story-about-an-ideal-fit-79eeadd2a826#.qk4en74by)
3776
* [AWS Lambda Makes Serverless Applications A Reality](http://techcrunch.com/2015/11/24/aws-lamda-makes-serverless-applications-a-reality/#.w4drli9:xqKY)
3877
* [Tutorial: AWS API Gateway to Lambda to DynamoDB](https://snowulf.com/2015/08/05/tutorial-aws-api-gateway-to-lambda-to-dynamodb/)
78+
* [How To Build An API In 10 Minutes](http://readwrite.com/2015/11/16/how-to-build-an-api-amazon-lambda)
3979

4080
---
4181

@@ -56,7 +96,8 @@
5696

5797
---
5898

59-
### [Examples](examples/README.md)
99+
### [Examples]
100+
* [Lambda Chat](https://github.com/cloudnative/lambda-chat)
60101

61102
---
62103

@@ -65,6 +106,17 @@
65106

66107
---
67108

68-
### Contribution
109+
### Contributing
69110
Your contributions and suggestions are heartily♡ welcome. (✿◠‿◠)
70111

112+
Read [this](https://github.com/simplemerchant/awesome-aws-lambda/blob/master/CONTRIBUTING.md) if you want to contribute to this list.
113+
114+
### Code of conduct
115+
116+
Read [this](https://github.com/simplemerchant/awesome-aws-lambda/blob/master/CODE_OF_CONDUCT.md) regarding the code of conduct.
117+
118+
### License
119+
120+
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
121+
122+
To the extent possible under law, [Simple Merchant](https://github.com/simplemerchant) has waived all copyright and related or neighboring rights to this work.

0 commit comments

Comments
 (0)
Failed to load comments.