We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae7d6b commit 5a4d292Copy full SHA for 5a4d292
src/main/php/com/amazon/aws/lambda/Handler.class.php
@@ -1,8 +1,5 @@
1
<?php namespace com\amazon\aws\lambda;
2
3
-use ReflectionFunction;
4
-use lang\IllegalArgumentException;
5
-
6
/**
7
* Base class for lambda handlers. Subclasses overwrite the `target` method,
8
* perform initialization there and finally return the invokeable lambda.
0 commit comments