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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly