'Module not found' error from JSII kernel in non-typescript languages #1904
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
module/runtime
Issues affecting the `jsii-runtime`
p1
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)General Information
What is the problem?
The following code throws the error -
Module '@aws-cdk/aws-lambda' not found
- with a stack trace from the kernel. This occurs exactly at the line where aFn.conditionIf()
is called and assigned to a variable.Verbose Log
https://gist.github.com/nija-at/cf1f83a3aa55894127e1766fd1fe6fba
The text was updated successfully, but these errors were encountered: