Skip to content

Minor fixes #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ to add custom metadata that Moesif can associate with the request. The metadata

For example, you may want to save a virtual machine instance ID, a trace ID, or a tenant ID with the request.


```python
def get_metadata(event, context):
# your code here:
Expand Down Expand Up @@ -639,10 +638,6 @@ See the [example AWS Lambda function](https://github.com/Moesif/moesif-aws-lambd
The following examples demonstrate how to add and update customer information.

### Update A Single User
Create or update a user profile in Moesif.
The metadata field can be any customer demographic or other info you want to store.
Only the `user_id` field is required.

To create or update a [user](https://www.moesif.com/docs/getting-started/users/) profile in Moesif, use the `update_user()` function.

```python
Expand Down Expand Up @@ -781,10 +776,6 @@ The `metadata` field can contain any company demographic or other information yo
### Update Companies in Batch
To update a list of [companies](https://www.moesif.com/docs/getting-started/companies/) in one batch, use the `update_companies_batch()` function.

Similar to update_company, but used to update a list of companies in one batch.
Only the `company_id` field is required.


```python
from moesif_aws_lambda.middleware import *

Expand Down