Replies: 3 comments
|
Looking at the generated files, it looks like the |
0 replies
|
I'm running into this same issue. Did you ever find a solution? |
0 replies
|
Run into the same issue as well, I cannot find any instruction to tell me how to use this |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
❓ Guidance
Affected Languages
TypeScriptorJavascriptPythonJavaC#,F#, ...)GoGeneral Information
The Question
I have an async class method defined like
That is producing
jsii.errors.JSIIError: createProjectResources is an async method, use "begin" insteadwhen it is executed in python.Is there any way I should be defining or using async methods in python differently?
The TS code compiles to Python and packages without any errors.
All reactions