update docs

This commit is contained in:
davidwells 2016-09-12 16:46:22 -07:00
parent 96283c9ce5
commit 9dfbcbe8fe
3 changed files with 23 additions and 6 deletions

View File

@ -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)

View File

@ -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)

View File

@ -0,0 +1,14 @@
<!--
title: Using External Libraries
menuText: Using External Libraries
description: Example of Using External Libraries in NodeJS and Python with the serverless framework
layout: Doc
-->
# 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