Company: Adobe | Difficulty: Easy
Your team needs a simple Lambda function for a greeting microservice.
- Create a Lambda function named
hello-functionthat accepts anamefield from event input and returns the stringHello <name>(e.g., input{"name": "World"}returns"Hello World") - Use the pre-created IAM role
lambda-execution-role - Invoke the function with
{"name": "World"}and verify the output is"Hello World"