cloudcomponents / cdk-constructs

A collection of higher-level reusable cdk constructs
MIT License
623 stars 101 forks source link

Quickfix for "Cannot find module 'aws-sdk' " #207

Closed hupe1980 closed 2 months ago

hupe1980 commented 3 months ago

Removed aws-sdk from externals

Details:

The aws-sdk has been removed from the list of externals. The aws-sdk is now included directly in the Lambda function's code bundle. This change has resulted in an increase in the Lambda function's size.

@kadishmal