Could the reason be the following? 1. The functio...
# general
j
Could the reason be the following? 1. The function serialization was initially built for packaging aws lambda functions. 2. So it does not include the
aws-sdk
when packaging since for a lambda: aws provides these and this helps to reduce package size. 3. Dynamic resource providers are implemented on top of function serialization. Result: Dynamic resource providers can not use the
aws-sdk
?