Skip to content

Commit fbe7e2c

Browse files
committed
Remove Lambda header example because it's already available in the subdirectory
1 parent 090f044 commit fbe7e2c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# Examples
22

3-
## Lambda
4-
5-
You can deploy the Lambda example by running:
6-
7-
```sh
8-
export AWS_REGION=us-west-2
9-
export LAMBDA_ARN="arn:aws:lambda:$AWS_REGION:<AccountId>:function:<FunctionName>"
10-
./examples/lambda/deploy/deploy-lambda.sh $LAMBDA_ARN $AWS_REGION
11-
```
12-
133
## Docker
144

155
With Docker images, using the `awslogs` log driver will send your container logs to CloudWatch Logs. All you have to do is write to STDOUT and your EMF logs will be processed.

0 commit comments

Comments
 (0)