serverless/docs/providers/aws/examples/using-external-libraries
2016-10-27 11:51:08 +02:00
..
2016-10-27 11:51:08 +02:00
2016-10-27 11:51:08 +02: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.