Posts tagged with 'lambda'


Case-sensitivity on AWS – redux

A couple of times now I’ve been “caught out” by the fact that I’m a Windows guy and AWS is Linux-based. Or, to put it another way, I’m used to case insensitivity with file names (so foobar.txt and FooBar.txt are the same file), whereas AWS is case-sensitive (those two names are for different files). […]

READ MORE

403? But the file is there, I can see it!

File this under the “Faceplant” section. Because, when I worked out what the F was going on, that’s exactly what I did. Head, meet desk. […]

READ MORE

JavaScript for C# developers: functions are objects

Another stop on the long road to JavaScript understanding from a C# developers perspective. […]

READ MORE