Ryan McLaughlin
Ryan McLaughlin
Thanks for the response. Here is the error I get ``` TypeError: Cannot read property 'path' of undefined 160 | }); 161 | > 162 | expect(res).toSatisfyApiSpec(); | ^ 163...
Yes, we are on 2.6.x
Thanks for looking into it. the first solution should be good enough for me, but I agree a longer term solution would be better. I was trying out the first...
Ok, I got it to work with a few tweaks ```javascript const rawResponse = await fetch('endpoint'); const body = await rawResponse.json(); const res = { req: { path: rawResponse.url, method:...
Hi, is there an update to this? We are running into the same issue. We updated our code from AWS-sdk v2 ``` await awsS3.putObject({ Bucket: bucketName, Key: `email/${newEmail.to}/${timestamp}`, Body: JSON.stringify(newEmail),...
@vudh1 Any update on this? We are also running into this same problem. What is the official way to use the sdk that is built into the lambda runtime with...
No offense, but your solution is a giant hack and as you stated in later post it makes local development difficult. I have read about symlinks being a possible solution...
Thanks for acknowledging. Unfortunately removing a tag is not a simple process. Any changes to the master branch have to go through approvals and this takes time and effort. I...
Another solution is to not tag the release until it is verified as successful.
I am seeing this on 19.0.3.