Deploying Lambda Function to AWS

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.

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

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

Last updated