LogoLogo
Home
  • 🏠Home
  • ReXgen Series
  • Standard Operating Procedure - ReXgen
  • Pinout Details: ReXgen 1
  • Pinout Details: ReXgen 2/IMU
  • Pinout Details: ReXgen Air
  • ReXgen 1
    • Start-up Guide: ReXgen 1
    • ReXgen 1- Product Manual
      • Overview of the Device
        • Product Dimensions and Elements
        • Technical Specifications
        • Electrical Data
        • Intended Use
        • Liability & Warranty
        • Device Kit
        • Service & Support
      • Hardware, Functions, and Accessories
        • Hardware
          • Enclosure
          • Pinout
        • Functions
          • Recording CAN Data
          • Functioning as a PASS-THRU device using J2534:
        • Accessories
      • Getting Started
        • Connecting the Device
        • Software Installation
        • Driver Installation
        • ReXgen1 as a J2534 tool
        • Firmware Update
      • Annexures
  • ReXgen 2/IMU Product Manual
    • Start-up Guide: ReXgen 2/IMU
    • ReXgen 2/IMU- Product Manual
      • Overview of the Device
        • Product Dimensions and Elements
        • Technical Specifications
        • Electrical Data
        • Intended Use
        • Liability & Warranty
        • Conformity
        • Device Kit
        • Service & Support
      • Hardware & Functionality
        • Hardware
          • Enclosure & Cables
          • PinOut Details
          • GNSS Antenna Connector
          • Indicator Elements – LED'S
          • Accessories
        • Functionality
          • Recording CAN/CAN FD Data
          • Recording LIN Data
          • Recording GNSS Data
          • Recording Accelerometer & Gyroscope Data
          • Digital & Analog Input Functions
          • Functioning as a PASS-THRU device using J2534:
      • Getting Started
        • Software Installation
        • Driver Installation
        • ReXgen2 as a J2534 tool
        • Firmware Update
      • Annexures
        • Digital Input Functions
        • Certifications
          • FCC
          • CE
          • ROHS
        • CAN Overview
  • REXGEN AIR PRODUCT MANUAL
    • Start-up Guide: ReXgen Air
    • ReXgen AIR- Product Manual
      • Overview of the Device
        • Product Dimensions and Elements
        • Technical Specifications
        • Electrical Data
        • Intended Use
        • Liability & Warranty
        • Device Kit
        • Service & Support
      • Hardware & Functionality
        • Hardware
          • Enclosure
          • ReXgen Air: PinOut Details
          • GNSS Antenna Connector
          • Indicator Elements – LEDS
          • Accessories
        • Functionality
          • Recording CAN Data
          • Recording LIN Data
          • Recording GNSS Data
            • GNSS Positioning
            • Dead Reckoning
              • IMU Orientation
            • Geofencing
          • Recording Accelerometer & Gyroscope Data
          • Digital & Analog Input Functions
      • Getting Started
        • Software Installation
        • Driver Installation
        • Firmware Update
      • Annexures
        • Digital Input Function
        • The Wake-Up Pin
        • CAN Overview
  • ReXgen Series Usage Guides
    • ReXgen as Pass-Thru
      • The applications which support J2534 should show installed devices.
        • Module Analyser
        • K-Cal
      • SavvyCAN
    • SavvyCAN with ReXgen
      • Adding DBC File to SavvyCAN and viewing live data
      • Sending custom CAN messages
    • Log OBD2 Mode 1 with ReXgen
  • ReXgen Air - Cloud usage guides
    • Cloud Usage Guides For ReXgen Air Device
      • Quick Start Guide For AWS S3- ReXgen Air
        • AWS Bucket Creation
        • How to Create an Access key and secret key to access the S3 Bucket?
        • Configuring ReXgen AIR
          • Mobile Settings
          • AWS Settings
            • Steps to add new AWS settings using ReXdesk
            • Steps to enable AWS configuration in the ReXgen logger
          • Uploading AWS and Mobile settings
      • Deploying Lambda Function To AWS
        • For Beginners
        • For Advanced Users
        • Adding S3 Trigger for Lambda
        • Configuring conversion settings
        • Adding the DBC file for conversion
      • Running ReXcloud Docker Image on a local PC
      • Self-hosting with ReXgen Air - MinIO
        • Step 1 - Allow traffic on port 9000
        • Step 2 - Access MinIO console
        • Step 3 - Create Bucket
        • Step 4 - Create Access and Security Key
        • Step 5 - Adding S3 Settings
        • Step 6 - Load Configuration
      • Setting Grafana Dashboard with Parquet
        • Adding S3 Trigger for Lambda
        • Configuring conversion settings
        • Configuring AWS Glue settings
          • Option 1 - To add data to the database, based on time
        • Setting a Grafana Dashboard using the Athena plugin
      • Setting up FileZilla FTPS
        • Adding users and selecting the directory for saving the file.
        • Configuring ReXgen AIR
          • Mobile Settings
          • FTP Settings
          • Uploading FTP and Mobile settings
Powered by GitBook
On this page
  • ReXgen Air – Auto Conversion in Cloud
  • For Beginners
  • For Advanced Users
Export as PDF
  1. ReXgen Air - Cloud usage guides
  2. Cloud Usage Guides For ReXgen Air Device

Deploying Lambda Function To AWS

Influx provides a free, open-source conversion function to convert the native RXD format to formats that the user uses for their analysis automatically.

PreviousUploading AWS and Mobile settingsNextFor Beginners

Last updated 1 year ago

Note:

Before proceeding, please ensure that you create the function in the same region where you have the S3 Bucket and the Timestream Database.

When used with AWS, ReXgen will utilize the following Services:

  • Amazon S3 Bucket - Data is being stored from the device.

  • Amazon Lambda - Serverless Compute Service Run Code Without Provisioning or Managing Infrastructure.

ReXgen Air – Auto Conversion in Cloud

  • Supports – BLF, MF4 and CSV formats.

  • Supports DBC Decoding.

  • Supports writing data to external Time Series Databases.

A function is available in , and customers can deploy the function quickly to enable auto conversion. Below are the guides to deploy the lambda function to AWS:

Github
For Beginners
For Advanced Users