From c5e636a2053e8c65c390148cc6f26483e077b16e Mon Sep 17 00:00:00 2001 From: Islam Shehata Date: Mon, 4 Nov 2024 14:23:29 +0200 Subject: [PATCH] docs: remove banner & add simple usage --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d91beaa..5ec4f0c 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,17 @@ # Axiom Lambda Extension - - - - - - Axiom.co banner - - -  - Use Axiom Lambda Extension to send logs and platform events of your Lambda function to [Axiom](https://axiom.co/). Axiom detects the extension and provides you with quick filters and a dashboard. With the Axiom Lambda extension, you can forget about the extra configuration of CloudWatch and subscription filters. +## Usage + + +```sh +aws lambda update-function-configuration --function-name my-function \ + --layers arn:aws:lambda:AWS_REGION:694952825951:layer:axiom-extension-ARCH:VERSION +``` + ## Documentation For more information on how to set up and use the Axiom Lambda Extension, see the [Axiom documentation](https://axiom.co/docs/send-data/aws-lambda).