require 'json' def lambda_handler(event:, context:) puts event puts context { statusCode: 200, body: JSON.generate('Hello from Lambda!') } end { "Comment": "test", "StartAt": "Hello", "States": { "Hello": { "Type": "Task", "Resource": "arn:aws:lambda:ap-northeast-1:xxx:function:inputparameter-test", "InputPath": "$.num1", "End": true } } }