---
title: Partial or missing logs for RDS, VPC, AWS Lambda
source: https://docs.newrelic.com/docs/infrastructure/amazon-integrations/troubleshooting/partial-or-missing-logs-rds-vpc-aws-lambda
---

## Problem

You are using `NewRelic-log-ingestion`, the lambda function for pushing logs from AWS to our RDS Enhanced Monitoring, VPC Flow Logs integrations, or early versions (alpha and beta) of monitoring for AWS Lambda. It is not working or it is sending partial data.

## Solution

The `NewRelic-log-ingestion` lambda versions prior to 2.1 are being deprecated. Update to the latest lambdas published in the AWS Serverless Repository. You can either use the [New Relic CLI](https://developer.newrelic.com/build-tools/new-relic-one-applications/cli) or update manually.

Recommended: The main way to update the log ingestion lambda function is to follow [standard procedures](https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/get-started/update-lambda-monitoring) to update the function using the New Relic CLI.

You can also update the function manually:

1.  Avoid false positives in alerting: Follow [UI procedures](https://docs.newrelic.com/docs/alerts/new-relic-alerts/configuring-alert-policies/update-or-disable-policies-conditions#condition-on-off) or [API procedures](https://docs.newrelic.com/docs/alerts/rest-api-alerts/new-relic-alerts-rest-api/disable-enable-alerts-conditions-using-api) to disable all alert conditions associated with monitoring integrations with AWS Lambda, RDS Enhanced Monitoring, and VPC Flow Logs.
2.  Remove the outdated lambda version of the lambda: Go to your AWS Lambda Console, and remove `newrelic-log-ingestion`. Be aware that this stops the RDS Enhanced Monitoring and the VPC Flow Logs integration until the next step is completed.
3.  Re-enable the service: Follow the instructions in [RDS Enhanced Monitoring](https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-rds-enhanced-monitoring-integration#activate) or [VPC Flow Logs](https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-vpc-flow-logs-monitoring-integration#enable), or follow the step to [configure CloudWatch logs to stream to New Relic Lambda](https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/get-started/enable-new-relic-monitoring-aws-lambda#stream-logs).
4.  Check that your data is flowing through the new lambda.
