aws-ddk
aws-ddk copied to clipboard
(core) Add a helper function for easy integration of DDK with AWS SDK for Pandas lambda layer
Is your feature request related to a problem? Please describe. Add a helper function to provide easy integration for AWS SDLF for Pandas lambda layer. The intent here is to improve customer experience and drive cross framework usage
Describe the solution you'd like For e.g.
- ddk.json enable_sdk_for_pandas=True, global setting to attach lambda layer to all lambda using lambda factory
- pass explicitly to the lambda factory if only specific lambdas require the layer if both above are not true then aws sdk for pandas will not be attached
Describe alternatives you've considered Use custom cdk code to define and attach a layer to respective lambdas
P.S. Please Don't attach files. Add code snippets directly in the message body instead.