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
Export as PDF
  1. ReXgen Air - Cloud usage guides
  2. Cloud Usage Guides For ReXgen Air Device
  3. Deploying Lambda Function To AWS

For Beginners

PreviousDeploying Lambda Function To AWSNextFor Advanced Users

Last updated 23 days ago

  • Login to your AWS portal and go to Lambda Services.

  • Click on 'Create Function'.

  • Once in the 'Create Function' window:

    • Select 'Author from scratch.

    • In Basic information:

      • Define function name.

      • Select Runtime as '.NET 6 (C#/PowerShell) (from the drop-down options).

      • Select Architecture, x86_64 (from the given options).

    • In Permissions, Change the default execution role:

      • If you are uploading for the first time, make sure you have created an IAM role with the following permissions; refer to the

      • If you have already created a role, you can continue by selecting the existing role.

        • Select 'Use an existing role'.

        • Select the Existing role as 'influx_lambda_role' from the drop-down options.

  • Select 'Create function'.

  • Once the function is created, click on 'Upload from'.

  • Click 'Upload'.

  • Select the function code's zip file, and click 'Open'.

  • Once the zip file is uploaded, click 'Save'.

  • Once on the function window, under the 'Code' tab, locate 'Runtime settings' and click 'Edit' if you wish to edit any credentials.

  • In Runtime settings:

    • Add Runtime as .NET 6 (C#/PowerShell).

    • Change handler as AWSLambdaFileConvert::AWSLambdaConvert.Function::ConvertFiles

    • Chose Architecture.

    • Click 'Save'.

  • To edit the general configuration, click' Configuration' and select' Edit'.

    • As desired, edit details such as memory, ephemeral (temporary) storage, and time out.

Note:

  • These parameters may change depending on the DBC use, for example, the size of the DBC, etc.

Continue to

Link to the Zip file
Adding S3 Trigger for Lambda
link