@@ -299,7 +299,6 @@ to add custom metadata that Moesif can associate with the request. The metadata
299
299
300
300
For example, you may want to save a virtual machine instance ID, a trace ID, or a tenant ID with the request.
301
301
302
-
303
302
``` python
304
303
def get_metadata (event , context ):
305
304
# your code here:
@@ -639,10 +638,6 @@ See the [example AWS Lambda function](https://github.com/Moesif/moesif-aws-lambd
639
638
The following examples demonstrate how to add and update customer information.
640
639
641
640
### Update A Single User
642
- Create or update a user profile in Moesif.
643
- The metadata field can be any customer demographic or other info you want to store.
644
- Only the ` user_id ` field is required.
645
-
646
641
To create or update a [ user] ( https://www.moesif.com/docs/getting-started/users/ ) profile in Moesif, use the ` update_user() ` function.
647
642
648
643
``` python
@@ -781,10 +776,6 @@ The `metadata` field can contain any company demographic or other information yo
781
776
### Update Companies in Batch
782
777
To update a list of [ companies] ( https://www.moesif.com/docs/getting-started/companies/ ) in one batch, use the ` update_companies_batch() ` function.
783
778
784
- Similar to update_company, but used to update a list of companies in one batch.
785
- Only the ` company_id ` field is required.
786
-
787
-
788
779
``` python
789
780
from moesif_aws_lambda.middleware import *
790
781
0 commit comments