0

I would like to upload new code to lambda via my nodejs script.

How can I do it? Which function should I use it?

My code is in zip on my s3 https://s3.us-east-2.amazonaws.com/mybuckettest/lambda-code.zip

lambda gui img

1
  • can you provide more information? What have you tried? What is not working? Check out the posting guidelines Commented Nov 1, 2020 at 16:59

1 Answer 1

2

From Node.js, you can interact with the AWS Lambda service via the AWS.Lambda SDK.

Specifically, to deploy code to a Lambda function, you can use:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.