hi, do you have an example how to add a custom lay...
# help
t
hi, do you have an example how to add a custom layer to lambdas (want to add a custom logging library and make it available in all lambdas as a layer)?
Note there's some magic that aws lambda does so that it'll automatically discover modules added from layers
f
Hey @Tomasz Michalak did you manage to get the layer to work?