aws-samples / aws-samples/aws-lambda-java-workshop

Initial Infrastructure setup doesn't work on a Windows machine

オープン
#272 コメント 3 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
70
フォーク
41
PR マージ指標
30日以内にマージされた PR はありません

説明

Running the infrastructure-setup.sh doesn't work on a Windows machine. The issue is with the cdk.json file and how the app is specified. Currently, it is set to:

```
./mvnw -e -q compile exec:java
```

This fails on Windows due to the forward slash.

If I run a brand new cdk init app --language=java on a Windows machine the cdk.json file is set to:

```
mvn -e -q compile exec:java
```

Propose updating the default to support Windows, Mac and Linux.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。