cdk synth and pytest errors from cdk init sample-app —language python #5565
Labels
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
language/python
Related to Python bindings
p2
package/tools
Related to AWS CDK Tools or CLI
Mkdir samplePython and cd into it
Error Log
Pytest:
ModuleNotFound : No module named ‘hello’
cdk synth:
jsii.errors.JavascriptError:
Error: Stack name must match the regular expression, got sample_python
But if I start a new project with empty directory sample-app then Python doesn’t like hypens?
So I need to start in empty folder called sample-app and then manually change the hyphens into something Python can interpret?
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: