LogoLogo
Home
  • 🏠Home
  • ReXlibrary
  • Demo
    • AWS Lambda Simple S3 Function Project
  • Deploying Lambda Function to AWS
    • Adding S3 Trigger for Lambda
    • Configuring conversion settings
    • Adding the DBC file for conversion
Powered by GitBook
On this page
Export as PDF

Deploying Lambda Function to AWS

PreviousAWS Lambda Simple S3 Function ProjectNextAdding S3 Trigger for Lambda

Last updated 1 year ago

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

  • Clone or download the repository.

  • Open \Demo\AWS_Lambda\AWSLambdaFileConvert.csproj.

  • 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.

  • Click ‘Upload’ to Upload the function to AWS.

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

Refer

Adding S3 Trigger for Lambda

Configuring conversion settings

Adding the DBC file for conversion

GitHub - InfluxTechnology/ReXlibraryGitHub
https://itltdgithub.s3.ap-south-1.amazonaws.com/Influx.vsconfig
Logo