Alex Shovlin

Results 7 comments of Alex Shovlin

Agreed, reopening. It does appear that the service response may vary depending on context. 1. DynamoDB Streams - https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_streams_StreamRecord.html > The approximate date and time when the stream record was...

> Would it be possible to add a way to read/write message headers so that we can keep the messages relevant to the business logic and use the headers for...

Possibly fixed by #1131? I hit the same issue with similar code and Django 3.0.2 + DAL 3.5.0, but it's now working by either following [_install the dev version with...

Instead of jQuery's change handler, try using JavaScript to modify the element's `onchange` attribute. Something like: ```javascript document.querySelector("#"+varResultHash).onchange=function() { matl_sel = $(this).find("option:selected").text(); } ````

Hello all, thank you for the feedback so far! We've just pushed a revision to the design document with: * Expanded the community library section at the top to clarify...

Small note: we explored using the new `dotnet msbuild -getProperty` that was introduced in 17.8 (8.0.1) to detect the target framework in our Lambda Annotations library. We ended up taking...

Was this working for you on 5.10.0 or earlier versions? We have a test that started failing with a similar template, that passes on 5.10.0. https://github.com/aws/aws-lambda-dotnet/blob/bd4db5a9abe4a0bfda0b651f87dd0fe048636630/Libraries/test/TestServerlessApp/serverless.template#L5-L23 We're still investigating, and...