We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i tried deploying using
with aws-sdk still using v2 inside my src instead of v3
in the lambda it throws Cannot find module 'aws-sdk'
this is due to deprecation by aws by not including aws-sdk-v2 layers natively
please let us have the option to set aws-sdk as externals so we can include it
The text was updated successfully, but these errors were encountered:
forceExclude
aws-sdk
runtime
I've added a PR for this here: #366
cc: @jayair
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
i tried deploying using
with aws-sdk still using v2 inside my src instead of v3
in the lambda it throws Cannot find module 'aws-sdk'
this is due to deprecation by aws by not including aws-sdk-v2 layers natively
please let us have the option to set aws-sdk as externals so we can include it
The text was updated successfully, but these errors were encountered: