ah I see that I could setDefaultFunctionProps but ...
# help
j
ah I see that I could setDefaultFunctionProps but I don’t think bundle would be merged with the functions direct bundle props
f
Hey @Jeff Hanna, what bundle options are u setting on per function level?
j
it looks like most just say bundle true, some have copyFiles, and some have externalModules I played around and realized that adding an externalModule that isn’t actually imported in the function doesn’t seem to cause an error so now I just setDefaultFunc props to have everything that all functions need 1. copy a few small files 2. set a few modules to external it may not be the proper way, but I like having my bundle set in one place now instead of separately for auth, api, migrate, cloudfront stacks