以下のサイトを参考にAWS環境の構築を試みています。
github
npx cdkp init {pattern-name} --lang=python cd {pattern-name} # create a virtual env and install your dependencies python -m venv .env source .env/bin/activate pip install -r requirements.txt # test everything is working by outputting the cloudformation npx cdk synth # requires you to be using cloud9 or have ran aws configure to setup your local credentials npx cdk deploy
しかしながら、『npx cdk synth』がどうしてもうまくいきません。
raise JSIIError(resp.error) from JavaScriptError(resp.stack)
jsii.errors.JSIIError: ENOENT: no such file or directory, stat '/home/ec2-user/s3-react-website/website/build'
Subprocess exited with error 1
どのように対処すればよいでしょうか
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。