digitalmars.D.announce - running D on AWS lambda
- Laeeth Isharc (11/11) Mar 13 2016 http://awslambda-d.readthedocs.org/
- WebFreak001 (2/13) Mar 15 2016 Awesome! Maybe gonna try it later
- earthfront (2/5) Mar 17 2016 This is great! Thanks so much.
- extrawurst (6/17) Dec 29 2016 Thanks again for this article. I am working with that and created
- Meta (4/9) Dec 29 2016 Ha, that sounds really cool. It seems like the future has snuck
http://awslambda-d.readthedocs.org/ http://code.dlang.org/packages/awslambda_d https://github.com/kaleidicpublic/awslambda_d AWS Lambda is a 'compute service that runs your code in response to events and automatically manages the new compute resources for you, making it easy to build applications that respond quickly to new information'. Current supported runtimes (at least when I wrote the code, some months back) were Javascript (node.js) and Java, but I wanted to be able to write scripts in D, since that's what I use for my existing work.
Mar 13 2016
On Sunday, 13 March 2016 at 21:22:11 UTC, Laeeth Isharc wrote:http://awslambda-d.readthedocs.org/ http://code.dlang.org/packages/awslambda_d https://github.com/kaleidicpublic/awslambda_d AWS Lambda is a 'compute service that runs your code in response to events and automatically manages the new compute resources for you, making it easy to build applications that respond quickly to new information'. Current supported runtimes (at least when I wrote the code, some months back) were Javascript (node.js) and Java, but I wanted to be able to write scripts in D, since that's what I use for my existing work.Awesome! Maybe gonna try it later
Mar 15 2016
On Sunday, 13 March 2016 at 21:22:11 UTC, Laeeth Isharc wrote:http://awslambda-d.readthedocs.org/ http://code.dlang.org/packages/awslambda_d https://github.com/kaleidicpublic/awslambda_dThis is great! Thanks so much.
Mar 17 2016
On Sunday, 13 March 2016 at 21:22:11 UTC, Laeeth Isharc wrote:http://awslambda-d.readthedocs.org/ http://code.dlang.org/packages/awslambda_d https://github.com/kaleidicpublic/awslambda_d AWS Lambda is a 'compute service that runs your code in response to events and automatically manages the new compute resources for you, making it easy to build applications that respond quickly to new information'. Current supported runtimes (at least when I wrote the code, some months back) were Javascript (node.js) and Java, but I wanted to be able to write scripts in D, since that's what I use for my existing work.Thanks again for this article. I am working with that and created my first amazon alexa skill with that in D! blog post will follow ;) Imagine "Alexa, ask dlang to report news on the forums" :P ~Stephan
Dec 29 2016
On Thursday, 29 December 2016 at 22:45:53 UTC, extrawurst wrote:Thanks again for this article. I am working with that and created my first amazon alexa skill with that in D! blog post will follow ;) Imagine "Alexa, ask dlang to report news on the forums" :P ~StephanHa, that sounds really cool. It seems like the future has snuck up on me... All the amazing stuff we can do with voice recognition, computer vision, machine learning nowadays.
Dec 29 2016