mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
update docs
This commit is contained in:
parent
96283c9ce5
commit
9dfbcbe8fe
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user