Jeanne Boyarsky wrote:First, a big thanks to Danilo Poccia for being here to promote the book AWS Lambda in Action.
The winners are:
Lucian Revnic
Miles Davenport
paul nisset
Lanny Gilbert
Please send your snail mail address to bookpromotion AT javaranch DOT com. To ensure the quickest response, please provide the following:
Your name (first and last - preferably the one you use on CodeRanch)
Country (needed even if requesting an e-book)
Address
Phone Number
Also, please include the following as the subject of your Email.
Book Promo Winner - AWS Lambda in Action - Tuesday, January 3rd, 2017
![]()
Image from unknown
As noted in the Book Promotion Eligibility Requirements and Legal type stuff, the winners have 8 days to submit their information. Within 3 days of receipt of your email, we will reply to let you know we got it. If you don't hear back, the goat might have eaten your email. Please let us know by posting in the Ranch Office so we can check on it. Once you have received your copy please let us know by editing the Book Promotions Winners Page and updating the 'Status' column to say you have it.
Thanks and congrats to all the winners.
paul nisset wrote:Hi,
What is the difference in deploying a typical JEE web application using AWS Lambda versus the standard AWS deployment process ?
I don't currently use either . I currenlty deploy to a remote server by dropping in a war file to a remote Tomcat or JBosss server.
thanks,
Paul
Mauricio Mena wrote:What to know more about the importance of having an API Gateway when you are running serverless architecture, is a requirement to manage the functions you have, it is a pattern, best practice or we are allowed to not have one in our system.
What are other ways or organize or even orchestrate our service layer running AWS Lambda?
How we can manage the inventory for our existing functions in AWS there are preexisting tools or just amazon console?
Miles Davenport wrote:Hello Danilo,
I wanted your advice on the best way of keeping an Aws Lambda warmed up.
I understand that the first time a Lambda is called, the Serverless "environment" is warmed up, with a slight delay before code is executed.
To avoid this situation happening repeatedly, where there are surges of events, can you please recommend a strategy, which works, but is cost effective.
A heart beat which calls the Lambda every N seconds may be effective, but may also be costly.
Your thoughts are welcomed.
Thank you.
Miles.
Lucian Revnic wrote:Hello,
What are your recommendation on motivating the operations team about migrating their infrastructure to AWS Lambda?
Also, what is your suggestion on a working process/tools where sys admins (non-developers) and developers can work together, if possible, on the same features.
For example non-developers prefer graphical tools meanwhile developers love to write code. What is the common ground for the two persona to work together?
Thank you,
Lucian
Lanny Gilbert wrote:I took some time and quickly scanned the first chapter from Manning's site, as well as the AWS lambda site.
From what I could tell from that quick read, seems that AWS Lambda provides (more or less) the same functionality as AWS, but in a simpler manner using containers.
Is that fairly close?
Thanks!
Salil Wadnerkar wrote:I work in a typical backend heavy web application with apache solr and redis for quick searches, and DB caching. And our main web app calls services - all hosted in AWS. What benefit does AWS lambda offer in this setup, and secondly, how we can rearrange the pieces to derive greater benefit from AWS lambda service?
Magnus Eriksson wrote:What is the current status of container reuse and load performance when using Java for lambda programming?
Some time ago I did try making Lambda functions in Java but the first time the function was loaded it took several seconds to get a response. Has this improved?
How often must the function be called in order to keep the container loaded?
Mohamed Iqzas wrote:I am not aware of AWS except that it is a cloud platform for hosting applications.
Do we need to have only coding skills to develop applications using AWS lambda, or do we need some networking or configuration skills to host an application using AWS Lambda?
Sorry if the question looks very silly.
Campbell Ritchie wrote:Welcome
Good to see you here.