tmokmss / cdk-lambda-llrt

Deploy LLRT Lambda functions w/ CDK
https://constructs.dev/packages/cdk-lambda-llrt/
Apache License 2.0
42 stars 3 forks source link

Add bundle type options #8

Closed ThomasAribart closed 1 month ago

ThomasAribart commented 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?

tmokmss commented 1 month ago

Cool, let's add the option. We have to also change the externalModules property according to the option.

tmokmss commented 1 month ago

@ThomasAribart It's available from 0.0.13. Any feedback is welcome :)

ThomasAribart commented 1 month ago

Awesome, thanks 🙌