mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Read this on the main serverless docs site
Using External Libraries Examples
When creating Serverless services you are able to use third party packages from your respective ecosystems package manager. Examples:
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.