Live data from Hacker News

Running Arbitrary Executables in AWS Lambda

aws.amazon.com

1–10 of 21 posts

Re: Running Arbitrary Executables in AWS Lambda

#8

This truly opens up a world of possibilities. My only itch in the wound is the lock into Amazon linux compatible executables. If they can run exe's compiled on a Ubuntu box, that would be awesome!

You could run them under Wine, or use C#...

Re: Running Arbitrary Executables in AWS Lambda

#9

This truly opens up a world of possibilities. My only itch in the wound is the lock into Amazon linux compatible executables. If they can run exe's compiled on a Ubuntu box, that would be awesome!

From an executable standpoint there's not a ton of lockin -- anything running a certain version of libc should behave the same way. You can compile an executable that will work on both Ubuntu and Amazon Linux.

Re: Running Arbitrary Executables in AWS Lambda

#10
post #6

I'll be more interested once Lambda can access resources inside a VPC. There are only so many things you can process off of S3...

There are a bunch of other events it can read from now: https://aws.amazon.com/blogs/aws/aws-lambda-update-productio...

There's also the dynamodb streams preview: http://docs.aws.amazon.com/amazondynamodb/latest/developergu...

I think the future will probably be measured in GB/s.

Post reply on HN