You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before anything, just want to say this library rocks. I've been using it regularly, and it's saved me a ridiculous amount of time!
That said, I've just run into a strange issue that seems to only occur with this particular Lambda function upon attempting to deploy — I've tested deployment on other recently created Lambdas and they all work just fine. When I run grunt deploy, grunt seems to simply hang indefinitely until the process is killed right after it begins packaging the zip (I'm new to Grunt so this might not actually be where the process is getting stuck, fyi). Here's a console readout for ref:
Things to note: This file is identical to half-a-dozen others that all work and deploy just fine (several include the NPM dynamodb-wrapper warnings seen above); the only difference is the npm WARN deprecated text-encoding message — could that deep-level dependency be stopping Lambda from accepting the upload? Just an idea... — and the default local invocation action works as expected. One other possible point of interest here might be that I accidentally attempted to run the deploy action once before actually creating the lambda function in AWS. Of course, I went ahead and created it, but I'm wondering if that might have something to do with this. Any ideas?
The text was updated successfully, but these errors were encountered:
Before anything, just want to say this library rocks. I've been using it regularly, and it's saved me a ridiculous amount of time!
That said, I've just run into a strange issue that seems to only occur with this particular Lambda function upon attempting to deploy — I've tested deployment on other recently created Lambdas and they all work just fine. When I run
grunt deploy
, grunt seems to simply hang indefinitely until the process is killed right after it begins packaging the zip (I'm new to Grunt so this might not actually be where the process is getting stuck, fyi). Here's a console readout for ref:And here's my Gruntfile:
Things to note: This file is identical to half-a-dozen others that all work and deploy just fine (several include the NPM dynamodb-wrapper warnings seen above); the only difference is the
npm WARN deprecated text-encoding
message — could that deep-level dependency be stopping Lambda from accepting the upload? Just an idea... — and thedefault
local invocation action works as expected. One other possible point of interest here might be that I accidentally attempted to run thedeploy
action once before actually creating the lambda function in AWS. Of course, I went ahead and created it, but I'm wondering if that might have something to do with this. Any ideas?The text was updated successfully, but these errors were encountered: