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

Add support for the AWS CDK CLI

Open DerrickF opened this issue 4 years ago • 4 comments

We want to use the AWS CDK to generate our cloudformation templates.

This could be accomplished manually using a generic powershell task (given the CDK cli is installed) but the best thing (and the thing I like most about the plugin you've created) is the way it automatically pulls in credentials from our account. This makes handling the different credentials for our various AWS accounts and build environments SO much easier and makes key rotation a non issue for us.

DerrickF avatar Jan 23 '20 22:01 DerrickF

+1

monnecc avatar Feb 17 '20 11:02 monnecc

+1

Installing the cdk cli with npm prior to running this task returns: "The term 'cdk' is not recognized as the name of a cmdlet, function, script file, or operable program."

Dejulia489 avatar Oct 01 '20 14:10 Dejulia489

Definately this should be a must.

marcmarcet avatar Nov 10 '20 23:11 marcmarcet

What I did as a workaround is use aws shell script task, install cdk with npm in the beginning and then use it as this task also gets the credentials from a service connection.

cyuste avatar Nov 20 '20 07:11 cyuste