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