AWS Lambda | AWS Lambda functions in Python Flashcards
1
Q
How do I deploy AWS Lambda function code written in Node.js?
AWS Lambda functions in Python
AWS Lambda | Compute
A
To deploy a Lambda function written in Node.js, simply package your Javascript code and dependent libraries as a ZIP. You can upload the ZIP from your local environment, or specify an Amazon S3 location where the ZIP file is located. For more details, see our documentation.