Create and test a Lambda Hello World (Node.js/Python), pass input parameters, and fine-tune configurations (memory, timeout, log).

Create a Node.js function

{ message: "hello" }.

name parameter, log the result in CloudWatch.

Create a Python function
event["name"] and returns a customized response.

Parameterization & Common Errors
event (query/body will be attached by API Gateway in a later step).
Light Optimization
Memory and Timeout to balance cost/performance.