aws-toolkit-azure-devops icon indicating copy to clipboard operation
aws-toolkit-azure-devops copied to clipboard

AWS Toolkit for Azure DevOps

Results 141 aws-toolkit-azure-devops issues
Sort by recently updated
recently updated
newest added

Related to https://github.com/MicrosoftDocs/vsts-docs/issues/5837 and https://github.com/aws/aws-vsts-tools/issues/110. I just wanted to use the docker image on ECR to run the container job described [here](https://docs.microsoft.com/zh-cn/azure/devops/pipelines/process/container-phases?view=azure-devops&tabs=yaml). The Microsoft side suggests us to use the...

feature-request

The first time execute changeset runs, it succeeds. The change is made and the task in Azure Devops completes. Subsequent executions of the task do apply the changeset, but the...

bug

**Describe the bug** The [LambdaDeployFunction ](https://github.com/aws/aws-toolkit-azure-devops/blob/5c3ea378838f82e7aa81842404d944138f033ed3/Tasks/LambdaDeployFunction/TaskOperations.ts#L212)task currently suppresses permission issues, which can mislead the user to the true cause of the error. **To reproduce** Use the following task with a...

bug

**Is your feature request related to a problem? Please describe.** When uploading to S3 to a bucket in another account object is stored with no root owner. It would be...

feature-request

**Describe the bug** I am trying to deploy to Beanstalk using the Service connection using IAM user with AWSElasticBeanstalkFullAccess set up. The problem occurs when the task starts. **To reproduce**...

bug

**Describe the bug** When you try to deploy to a lambda function, it performs an upgrade of Amazon.Lambda.Tools during the setup. We hit an issue where if you have a...

bug

**Describe the bug** **To reproduce** **Expected behavior** **Screenshots** **Your Environment** - On-prem or cloud based?: - Azure DevOps version: - AWS Toolkit for Azure DevOps version: **Additional context**

**Is your feature request related to a problem? Please describe.** This is to support Terraform Extension for Azure DevOps to create AWS resources. We are using self-hosted agents running as...

I have recently been migrating my .Net API to Core 3.1 in order to take advantage of the ReadyToRun features for quicker cold starts in Lambda as detailed at https://aws.amazon.com/blogs/compute/announcing-aws-lambda-supports-for-net-core-3-1/....