lgupta
05/07/2022, 8:04 PMFrank
bundle.externalModules
? Here’s an example https://docs.serverless-stack.com/constructs/Function#externalmodulesFrank
justindra
05/08/2022, 3:28 PMpg
(or any of the drivers) manually? As I did that initially and came up with similar errors. Just remove it from package.json
and run npm/yarn install
again and see if that fixes itthdxr
05/08/2022, 3:51 PMlgupta
05/09/2022, 1:09 PMpg
and not using the star import. Is there any other suggestions?thdxr
05/09/2022, 1:09 PMlgupta
05/09/2022, 1:57 PMimport { Kysely } from 'kysely'
import { DataApiDialect } from '../../../../node_modules/kysely-data-api'
lgupta
05/09/2022, 1:57 PMimport { DataApiDialect } from 'kysely-data-api'
seems to not work for data-apithdxr
05/09/2022, 2:20 PMlgupta
05/09/2022, 2:33 PMlgupta
05/09/2022, 3:18 PM