Use external dependencies in an AWS Lambda function
DRANK

Web developers tend to use external dependencies (e.g. npm packages) quite often, and lambda functions are not exception - there's no need to reinvent the wheel if we can use a package created by someone else. In this lesson we're going to learn how to create a Lambda Function Package in order to create and deploy an AWS Lambda function which uses an external dependency - axios

egghead.io
Related Topics: Functional Programming Amazon Web Services