Closed ThomasAribart closed 1 month ago
Hello and thanks for this awesome lib!
AWS Labs expose binaries with support for all sdks or no sdk: See release binaries and the docs.
Is there a way to use those binaries? Say with a bundleType: 'full-sdk' | 'no-sdk' | 'standard' option?
bundleType: 'full-sdk' | 'no-sdk' | 'standard'
Cool, let's add the option. We have to also change the externalModules property according to the option.
externalModules
@ThomasAribart It's available from 0.0.13. Any feedback is welcome :)
Awesome, thanks 🙌
Hello and thanks for this awesome lib!
AWS Labs expose binaries with support for all sdks or no sdk: See release binaries and the docs.
Is there a way to use those binaries? Say with a
bundleType: 'full-sdk' | 'no-sdk' | 'standard'
option?