App name is not in valid format
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 45/100
Research direction
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.
Written by the indexing model from the issue text.
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
- Dominant language
- Python
- Stars
- 137
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from aws-samples/lambda-web-scraper-example
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
aws-samples/lambda-web-scraper-example#3 · 1 comment ·
All issues in aws-samples/lambda-web-scraper-example
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100