I need to specify some bundling parameters in func...
# sst
r
I need to specify some bundling parameters in functionProps. Rather than adding to every function definition, is there a way to either 1. Set some default properties for all functions? or 2. Get access to the functionProps after instantiation so I can push all of them into an array and add a property afterwards? I can’t see a way to either at the moment.
p
r
Thanks @Pål Brattberg - no I haven’t, I’ll give that a go.
@Frank @Jay FYI - Opened a PR to make it clearer for readers of the docs on Function that there’s an option in App to set defaults.
j
Yup, I see it. Thanks!