aws-toolkit-azure-devops
aws-toolkit-azure-devops copied to clipboard
AWS Toolkit for Azure DevOps
**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...
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...
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...
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...
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...
…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...
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...