aws-toolkit-azure-devops
aws-toolkit-azure-devops copied to clipboard
AWS Toolkit for Azure DevOps
Hi! ### Context We start building Azure DevOps pipelines in charge of packaging Lambda function using the `LambdaNETCoreDeploy@1` task. Our build servers (static, not ephemeral) host multiple build agents that...
**Describe the bug** I am attempting to use a runtime variable reference to specify the name of the AWS service connection based on the branch being built. When the pipeline...
Attempting to use the CodeDeploy task type results in the following error: Depending on selected parameters the task may also require permissions to verify your deployment bundle exists in S3...
Should we expect an ECS task for Azure pipelines any time soon ?
**Describe the bug** Task isn't overwriting files that already exist **To reproduce** Run S3 Upload task in yaml pipeline to a bucket with a target file that already exists. **Expected...
**Is your feature request related to a problem? Please describe.** The current s3 upload task does not allow the ability to set x-amz-meta values. Currently we would be forced to...
More details about the problem, see this ticket: https://stackoverflow.com/questions/66690755/no-windows-console-found-are-you-running-cmd-exe-what-is-exact-reason-for-this
In many cases I use AWSShellScript to execute aws cli commands, but I haven't seen a nice solution on how to run an AWSShellScript with an assumed role other than...
**Is your feature request related to a problem? Please describe.** The powershell task "AWS Tools for Windows Powershell Script" imports every available module that it can find. Even if we...
Amazon ECR push works effectively to push built docker images up to AWS ECR even using the task multiple times to give an image multiple tags. It would be nice...