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

AWS Toolkit for Azure DevOps

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

**Is your feature request related to a problem? Please describe.** Using the configured AWS Service Connection credentials, the ECR tasks (push and pull) will perform a `docker login` which results...

bug

We've found that the AWS Lambda .NET Core Deployment task does not always make use of credentials in the supplied AWS Credentials. The credentials contains just an access id and...

bug
blocked

We need better error messages on CloudFormation. We should be able to do more verification in the task and print better error messages. Example Scenarios: * Trying to update a...

feature-request

I believe this may be a duplicate of #259; which was closed but the issue still remains. When attempting to install a .Net Core serverless application via Azure DevOps (hosted...

**Describe the bug** When building a deployment package for a .NET core 3.1 project with the LambdaNETCoreDeploy task after restoring packages from custom feeds, the task fails because it attempts...

bug

When running SSM Run Command (AWS-RunShellScript) the task will run and reports success even when the command execution fails. Expected behavior: Run Command wait for command exit code report task...

feature-request

…ate feed. This change will always allow aws.lambda.tools to be installed in the buildpipeline regardless of the presence of a private feed in the nuget config. ## Description I changed...

**Describe the bug** When executing long running lambda synchronously via ADO, the task uses the default botocore timeout of 60s. This causes the lambda to be invoked several times as...

bug

I'm getting below error. Error during deployment: Application app is missing web.config file. I have downloaded the zip file from the beanstalk , i noticed that there is app folder...

Currently there are tow EBS tasks: CreateVersion and Deploy: https://docs.aws.amazon.com/vsts/latest/userguide/elastic-beanstalk-createversion.html https://docs.aws.amazon.com/vsts/latest/userguide/elastic-beanstalk-deploy.html I'd like to have the following tasks: CloneEnvironmentTask and SwapEnvironmentURLsTask. The intention is: - Run CloneEnvironmentTask - Run DeployTask...

feature-request