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

Initial Infrastructure setup doesn't work on a Windows machine

未关闭
#272 3 条评论 1 个 reaction 已指派 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 摘要。