Skip to content

Commit 4b91fbc

Browse files
committed
update readme
1 parent 4d1422d commit 4b91fbc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
A collection of ready-to-deploy [Serverless Framework](https://github.com/serverless/serverless) services.
66

7+
## Table of Contents
78
<!-- AUTO-GENERATED-CONTENT:START (TOC) generated w/ `npm run docs` -->
89
- [Getting Started](#getting-started)
910
- [Examples](#examples)
@@ -15,11 +16,11 @@ A collection of ready-to-deploy [Serverless Framework](https://github.com/server
1516

1617
## Getting Started
1718

18-
If you are new to serverless, we recommend getting started with the following examples.
19+
If you are new to serverless, we recommend getting started with:
1920

20-
- [simple-http-endpoint example](https://github.com/serverless/examples/tree/master/aws-node-simple-http-endpoint) (NodeJS)
21-
- [simple-http-endpoint example](https://github.com/serverless/examples/tree/master/aws-python-simple-http-endpoint) (Python)
22-
- [simple-http-endpoint example](https://github.com/serverless/examples/tree/master/aws-java-simple-http-endpoint) (Java)
21+
- Creating an HTTP API Endpoint [(NodeJS)](https://github.com/serverless/examples/tree/master/aws-node-simple-http-endpoint) | [(Python)](https://github.com/serverless/examples/tree/master/aws-python-simple-http-endpoint) | [(Java)](https://github.com/serverless/examples/tree/master/aws-java-simple-http-endpoint)
22+
- [Scheduled Cron Example](https://github.com/serverless/examples/tree/master/aws-node-scheduled-cron)
23+
- [Fetch File & Store in S3](https://github.com/serverless/examples/tree/master/aws-node-fetch-file-and-store-in-s3)
2324

2425
Each example contains a README.md with an explanation about the service, it's use cases and a guide on deploying.
2526

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"dependencies": {
1111
"eslint": "^3.10.0",
1212
"eslint-config-airbnb-base": "^10.0.1",
13-
"eslint-plugin-import": "^2.2.0"
13+
"eslint-plugin-import": "^2.2.0",
14+
"markdown-magic": "^0.1.13"
1415
},
1516
"devDependencies": {
1617
"markdown-magic": "^0.1.2"

0 commit comments

Comments
 (0)