Issue with Barrel Imports in AWS Low-Latency Runtime

Hi folks. I've run into an issue running effect code in AWS Low-Latency Runtime and may need help to have it solved. Effectively, it runs without issues in LLRT except for the case when you import stuff via barrel-export, e.g.
import { Effect } from 'effect'
Was this page helpful?