Skip to content

Commit 2358ceb

Browse files
authored
Moved S3 and lambda docs (#369)
1 parent d5cf2f3 commit 2358ceb

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,10 @@ An API client for Lambda.
1111
composer require async-aws/lambda
1212
```
1313

14-
## Usage
14+
## Documentation
1515

16-
```cli
17-
export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
18-
export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
19-
```
20-
See [docs/authentication.md](https://github.com/async-aws/aws/blob/master/docs/authentication.md) to see how to authenticate against AWS server.
16+
See https://async-aws.com/clients/lambda.html for documentation.
2117

22-
```php
23-
$client = new LambdaClient([
24-
'region' => 'us-east-1',
25-
]);
18+
## Contribute
2619

27-
$result = $client->invoke([
28-
'FunctionName' => 'app-dev-hello_world', // Find it here: https://console.aws.amazon.com/lambda/home?region=us-east-1#/functions
29-
'Payload' => '{"name": "async-aws/lambda"}',
30-
]);
31-
32-
$result->getPayload(); // hello async-aws/lambda
33-
```
20+
Contributions are welcome and appreciated. Please read https://async-aws.com/contribute/

0 commit comments

Comments
 (0)