Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

hupe1980
Copy link
Member

@hupe1980 hupe1980 commented Apr 3, 2024

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

@hupe1980 hupe1980 linked an issue Apr 4, 2024 that may be closed by this pull request
@kadishmal kadishmal merged commit 32dd936 into cdk2 Apr 15, 2024
2 checks passed
@kadishmal kadishmal deleted the quickfix_206 branch April 15, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Cannot find module 'aws-sdk' in version 2.2.0.
2 participants