some of the command from bash script is not running

0

I am running a docker image container in aws lambda (python3 env). From python handler function I am running as bash script which download node js project from s3 and then I run 'npm install' and 'npm run build'. But these two commands are not working and code not compiled. Please help me on this

Thanks

  • Do you see any error messages in the CloudWatch logs for the Lambda function?

asked 2 years ago422 views
1 Answer
0

You can check this article on how to deploy lambda functions with container images where you can find a pattern that shows how to deploy Lambda functions through container images, this different that running a lambda with Python 3.x environment.

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions