Daniel Gato
04/13/2022, 10:10 AMconst func = new sst.Function(
this,
'func',
{
bundle: {
copyFiles: [
{
from: 'node_modules/mymodule/myfile.ext',
to: '.',
},
],
},
handler: 'src/..'
});
If I remove/add the bundle part I keep getting:
Stacks: Building changes...
Stacks: Synthesizing changes...
Stacks: No changes to deploy.I would expect those files to be copied to the .sst/artifacts/…/function/ folder
thdxr
04/13/2022, 12:39 PMthdxr
04/13/2022, 12:39 PMDaniel Gato
04/20/2022, 8:56 PMthdxr
04/20/2022, 8:57 PMthdxr
04/20/2022, 8:57 PMDaniel Gato
04/20/2022, 9:03 PMthdxr
04/20/2022, 9:05 PMthdxr
04/20/2022, 9:05 PMthdxr
04/20/2022, 9:05 PMthdxr
04/20/2022, 9:06 PMDaniel Gato
04/20/2022, 9:08 PM