Open Chriscbr opened 2 months ago
Here I was using the dynamodb Winglib, which runs on the simulator using the dynamodb-local docker image:
dynamodb
bring dynamodb; new dynamodb.Table( hashKey: "id", attributes: [ { name: "id", type: "S" }, ], );
Logs generated by the app were associated with the Compiler for an unknown reason:
Compiler
No response
0.82.7
20.12.2
If I had to guess, this is probably a bug with the implementation of sim.Container not forwarding the containers STDOUT/STDERR to the simulator's tracing system.
sim.Container
I tried this:
Here I was using the
dynamodb
Winglib, which runs on the simulator using the dynamodb-local docker image:This happened:
Logs generated by the app were associated with the
Compiler
for an unknown reason:I expected this:
No response
Is there a workaround?
No response
Anything else?
No response
Wing Version
0.82.7
Node.js Version
20.12.2
Platform(s)
No response
Community Notes