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 Advanced Users

Before proceeding, make sure you have Visual Studio 2022 Installed, and the supporting components are installed as per the .vsconfig file in the link below

PreviousFor BeginnersNextAdding S3 Trigger for Lambda

Last updated 1 year ago

  • Clone or download the repository

  • Open \Demo\AWS_Lambda\AWSLambdaFileConvert.csproj

  • Provide your credentials with permission to S3 and Lambda for your AWS SDK ()

  • Right-click on the project name and select 'Publish to AWS Lambda…'

  • Select

    • 'AWS Credential'

    • Choose 'Region' in which you have the S3 Bucket.

    • Enter the 'Description' for the function if required.

    • Leave everything else to default.

  • Choose an IAM role that provides the Lambda functions necessary permission to access all S3 Services and all Lambda services.

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

  • Click 'Upload' to Upload the function to AWS.

If uploading for the first time, ensure you have created an IAM role with the following permissions; refer to the .

Continue to

link
Adding S3 Trigger for Lambda
https://github.com/InfluxTechnology/ReXlibrary/tree/master/Demo/AWS_Lambda
Refer
https://itltdgithub.s3.ap-south-1.amazonaws.com/Influx.vsconfig