-
Notifications
You must be signed in to change notification settings - Fork 227
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
TypeError: Cannot read properties of undefined (reading 'split') #280
Comments
any update? |
still getting error
|
Seems to me node 17 doesn't supported by aws |
I've run into the same issue, lambda fails when you try to use any import.. Switched to |
@mdrijwan Running into this myself now, did you ever have any luck resolving this? |
i'm trying to deploy docker image through sls
it works perfectly with
handler
but the moment i switch toimages
, it throws this weird errormy sls version is as below:
The text was updated successfully, but these errors were encountered: