Subscribe
Sergio del Amo
Sergio del Amo
Latest Me Projects CV Sponsor Contact Blog Tags Speaking Presentations Certifications

Install AWS CDK CLI

To install AWS CDK CLI in MacOS you need to install npm first.

Install NPM

Install npm. You can install in MacOS with homebrew.

Install AWS CDK CLI

Install AWS CDK CLI

npm install -g aws-cdk  
``

Tags: #aws #cdk #npm