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

Deshmukh, Vijit 496 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

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,797 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,841 Reputation points MVP
    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