Hi, I'm porting an app to SST from SAM. I'm using ...
# help
e
Hi, I'm porting an app to SST from SAM. I'm using the 'config' package, and it requires for config jsons to be uploaded. I'm not seeing my config folder in the deployed prod app (it works in local with live lambda). am I missing something? maybe define specific files for upload?
f
Hey @Emanuel Bohnenkamp, what “config jsons” are you referring to? Are they SAM specific?
e
Sorry for the late reply, I finally got it working with "copyFiles" from the Function construct (got a response on sst channel). The config jsons are the ones needed for https://www.npmjs.com/package/config to work.