aws-samples / aws-samples/lambda-web-scraper-example
App name is not in valid format
- 主要言語
- Python
- スター
- 137
- フォーク
- 28
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```
File "/Users/ngjhn/Library/Python/3.7/lib/python/site-packages/jsii/_kernel/__init__.py", line 282, in create
for iface in getattr(klass, "__jsii_ifaces__", [])
File "/Users/ngjhn/Library/Python/3.7/lib/python/site-packages/jsii/_kernel/providers/process.py", line 344, in create
return self._process.send(request, CreateResponse)
File "/Users/ngjhn/Library/Python/3.7/lib/python/site-packages/jsii/_kernel/providers/process.py", line 326, in send
raise JSIIError(resp.error) from JavaScriptError(resp.stack)
jsii.errors.JSIIError: Stack name must match the regular expression: /^[A-Za-z][A-Za-z0-9-]*$/, got 'lambda_app'
Subprocess exited with error 1
```
In app.py the name should be `lambda-app` not `lambda_app`
コントリビューションガイド
調査の方向性
Open app.py and locate the application or stack name currently set to `lambda_app`. Change it to the valid `lambda-app` format, then run the example deployment or reproduction described by the error to confirm the stack name is accepted.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, python
- 領域
- cloud
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100