Replies: 2 comments
-
Going to answer my own question in case this comes up in a search. I was exporting a bunch of classes and interfaces in my "main" file. In a few other .ts files i was importing from this main file, effectively making a circular import/export. Importing directly from the appropriate file containing the class fixed the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've written a construct in Typescript, it tests, builds, and packages successfully. The only non CDK thing I'm importing is "path" to get the full path for a Lambda function. When I try to use the construct in a .NET project, I get the following exception:
I'm unsure if this is a bug, or if this has something to do with the configuration of my typescript project?
Beta Was this translation helpful? Give feedback.
All reactions