, - aws sdk php. , , JSON PHP sdk Array.
$ .
$payload = array('test1', 'test3', 'test3');
, $ , -
exports.handler = function(event, context) {
console.log('value1 =', event[0]);
console.log('value2 =', event[1]);
console.log('value3 =', event[2]);
context.succeed(event);
};
.
$payload = array(
"key1" => array(),
"key2" => array()
);