How to deploy AWS lambda code written in C# in Azure function from Visual studio 2022

subrat kumar sahu 20 Reputation points
2024-07-27T02:59:54.4333333+00:00

Hi,

We have few AWS lambda functions written in C# using .Net 6.

we want to migrate those Lambda functions to Azure functions.

We are looking for a solution where we can deploy the AWS lambda to Azure function from Visual studio 2022 IDE .

I have tried the Publish option but it is not working.

I want to give you some more notes on this: The AWS Lambda which we are currently using is alraedy have AWS SDK/nugget packeages.

In that case when directly we will deploy those AWS lambda to Azure function, will it work?

My concern is is there any option in Azure to convert those AWS SDKs or Nugget packages to Azure function conpatible?

I need your help on this.

Hope a quick answer/ resolution on this.

Thanks,

Subrat

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Abiola Akinbade 29,405 Reputation points Volunteer Moderator
    2024-07-27T07:16:52.43+00:00

    Hello subrat kumar sahu,

    Thanks for your question.

    Yes it is possible but it is a very lengthy process.

    See hee an attempt. Quite old but can help: https://medium.com/microsoftazure/moving-from-lambda-%C6%9B-to-azure-functions-b6d5ed5ca007

    https://techcommunity.microsoft.com/t5/azure-architecture-blog/converting-an-aws-lambda-function-in-go-into-an-azure-function/ba-p/4054916

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.