Skip to content

Commit

Permalink
Improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Aug 25, 2018
1 parent 583e43e commit 2f268d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $lambda = new \Aws\Lambda\LambdaClient([
]);
$result = $lambda->invoke([
'FunctionName' => '<function-name>',
'InvocationType' => 'Event',
'InvocationType' => 'RequestResponse',
'LogType' => 'None',
'Payload' => json_encode([...]),
]);
Expand Down

0 comments on commit 2f268d2

Please sign in to comment.