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 164249c commit 8178360Copy full SHA for 8178360
README.md
@@ -172,7 +172,7 @@ public class com.amazon.aws.lambda.Context implements lang.Value {
172
173
Lambda
174
------
175
-Instead of functions, a handler's *target()* method may also return instances of the *Lambda* class:
+Instead of functions, a handler's *target()* method may also return instances implementing the *Lambda* interface:
176
177
```php
178
public interface com.amazon.aws.lambda.Lambda {
0 commit comments