aws-samples / aws-samples/lambda-web-scraper-example
App name is not in valid format
- Dominant language
- Python
- Stars
- 137
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
```
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`
Contributor guide
Assessment
This issue has not been assessed yet.