Adam Fanello
Adam Fanello
Are you setting `context.callbackWaitsForEmptyEventLoop = false;` in your Lambda handler?
I made these types for my own use. Something like them may be useful in the next iteration of this: ``` export interface DbQuery { /** * Template query */...
Same trouble, in v8.2.1.
Hmm. When I dug into the multiple layers of PolicyStatement classes, it looked like I was still in iam-floyd, but it's easy to get lost in node_modules. I'm using Serverless...
Confirmed @udondan .
Just realized that the "nada" example I made to get the error message for "Action behavior" is actually a file, not a directory. Skipping files would be a good idea...
Okay, I lean toward the solution of ignoring a directory without `index.md`, instead of erroring out. I ran into a similar problem switching from a development branch where I had...
No idea @Mansehej . I'm just a follow consumer of this library trying to bump this PR along so that the power(s) that be will notice it. :-)
@timvlaer 's suggestions mostly worked for me, but boy is this unstable a a solution. I did have to keep the dynamodb dependencies at 3.0.201 while locking everything else to...
Got it working. I had to audit all @aws-sdk dependencies in package-lock.json, determine the highest version of each up to v3.208.0 (what a dependency I'm using locks in at), and...