You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated ARN layers to incorporate latest can_decoder
Added support via signal_prefix for adding a prefix to signals based on settings in inputs.py
The ability to add a signal prefix can be relevant if you have signal names that are not globally unique. For example, if you're recording two identical applications on CAN 1 and CAN 2 (e.g. two engines), you can use the bus_prefix to add 1. or 2. in front of the signal names when they're written to InfluxDB. Similarly, if you have multiple CAN IDs that map to the same J1939 PGN, it may be preferable to 'split' these by enabling the can_id_prefix so that the CAN ID is displayed in front of the signal name. You can also combine these prefix options.
Updated requirements and code to support FW 01.07.01 log files
Updated Lambda function ARN layers to support new requirements
Updated Lambda function deployment to include automated deployment scripts
Automated deployment of Lambda functions
This update makes it far simpler to deploy/manage AWS Lambda functions, enabling easy automation of the InfluxDB writer. See the README in deploy-aws-lambda/ for details on getting started.