Does AWS lambda serverless function can be deployed using Azure DevOps pipeline?

Deshmukh, Vijit 516 Reputation points
2022-03-15T08:29:05.247+00:00

Hi,

we are using AWS lambda serverless function, which is deployed from developer's local and code is also residing at developer's local system.

Can we use Azure DevOps pipeline to deploy at the AWS lambda serverless

Community Center Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-03-19T20:25:24.34+00:00

    Hi. @Deshmukh, Vijit

    You can deploy a Lambda Function by using the Lambda Function Deploy task in the AWS Toolkit for Azure DevOps.

    https://docs.aws.amazon.com/vsts/latest/userguide/lambda-deploy.html

    As stated in the documentation, IAM policy requires deployment permission to Lambda in advance.

    1 person found this answer helpful.
    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.