fix Hello World program
Budget: $10 – $30 USD
Please see attached zip file.
The attached Rust Hello World program is not working when deployed to AWS Lambda.
Use build.sh to build and deploy.
You will need an AWS account with configured ".aws" folder.
The goal of this project is to find and fix the issue that is preventing the code from working.
Expected behavior: the string "hello, logs" should appear in the logs and "hello, world" should be returned by the Lambda.
Actual behavior: the string does not show in the logs, and the Lambda API endpoint returns {"message": "Internal server error"}
It is required to find and fix the exact root cause. Starting over with a fresh new code is not acceptable.
The code is in the file attached.
The attached Rust Hello World program is not working when deployed to AWS Lambda.
Use build.sh to build and deploy.
You will need an AWS account with configured ".aws" folder.
The goal of this project is to find and fix the issue that is preventing the code from working.
Expected behavior: the string "hello, logs" should appear in the logs and "hello, world" should be returned by the Lambda.
Actual behavior: the string does not show in the logs, and the Lambda API endpoint returns {"message": "Internal server error"}
It is required to find and fix the exact root cause. Starting over with a fresh new code is not acceptable.
The code is in the file attached.