From 9dfbcbe8fe601e2bd8df8d3169f7ea5d9e7c3e47 Mon Sep 17 00:00:00 2001 From: davidwells Date: Mon, 12 Sep 2016 16:46:22 -0700 Subject: [PATCH] update docs --- docs/02-providers/aws/examples/README.md | 8 +++----- .../aws/examples/hello-world/README.md | 7 ++++++- .../examples/using-external-libraries/README.md | 14 ++++++++++++++ 3 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 docs/02-providers/aws/examples/using-external-libraries/README.md diff --git a/docs/02-providers/aws/examples/README.md b/docs/02-providers/aws/examples/README.md index 27639f5fb..6aaec3606 100644 --- a/docs/02-providers/aws/examples/README.md +++ b/docs/02-providers/aws/examples/README.md @@ -5,8 +5,6 @@ description: A list of serverless AWS Lambda Example Projects layout: Doc --> -# Index with description of all examples - -- [hello-world](./hello-world) -- [using-external-libraries](./using-external-libraries) -- [web-api](./web-api) +* [hello-world](./hello-world) +* [using-external-libraries](./using-external-libraries) +* [web-api](./web-api) diff --git a/docs/02-providers/aws/examples/hello-world/README.md b/docs/02-providers/aws/examples/hello-world/README.md index aa6346e13..3e9d19685 100644 --- a/docs/02-providers/aws/examples/hello-world/README.md +++ b/docs/02-providers/aws/examples/hello-world/README.md @@ -7,4 +7,9 @@ layout: Doc # Hello World Example -This is an example of how to create and deploy your first serverless function +Welcome to the hello world serverless example. + +We are excited for you to start your serverless journey! + +* [Javascript](/node) +* [Python](/python) diff --git a/docs/02-providers/aws/examples/using-external-libraries/README.md b/docs/02-providers/aws/examples/using-external-libraries/README.md new file mode 100644 index 000000000..acc238820 --- /dev/null +++ b/docs/02-providers/aws/examples/using-external-libraries/README.md @@ -0,0 +1,14 @@ + + +# Using External Libraries Examples + +When creating serverless services you are able to use third party packages from your respective ecosystems package manager. + +For node.js you can leverage the vast ecosystem of NPM and `require` in modules into your project. + +For Python you can use the pip package manager \ No newline at end of file