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 06fe0d1 commit 59455f2Copy full SHA for 59455f2
src/Aws/src/Lambda/README.md
@@ -5,8 +5,8 @@ This package supports manual instrumentation for the AWS Lambda functions writte
5
## Using the AWS Lambda Instrumentation with AWS Lambda Functions
6
Below is a example on how to setup AWS Lambda Instrumentation:
7
8
-1. Follow the steps in this [README](../../README.md) to install the AWS Contrib Depedency.
9
-2. Follw the example below:
+1. Follow the steps in this [README](../../README.md) to install the AWS Contrib Dependency.
+2. Follow the example below to apply the wrapper and get your handler function instrumented:
10
```php
11
<?php
12
// index.php
0 commit comments