aws-samples / react-ssr-lambda

Demo of server side rendering for React application on AWS Lambda
MIT No Attribution
107 stars 24 forks source link

bash: cdk: command not found #21

Closed civanescu closed 2 years ago

civanescu commented 2 years ago

Hi,

I tried to run this tutorial but at step 2, the command cdk is not working. The error is bash: cdk: command not found

I run the app in a windows docker container based on image "amazonlinux". I already installed git with comand yum install git, and also nodejs 14 with tutorial at this page: https://linuxize.com/post/how-to-install-node-js-on-centos-7/

Any help is greatly appreciated.

Best regards, Claudiu

civanescu commented 2 years ago

Sorry I didn't install cdk-aws. :|