Serverless data communication
September 25, 2019

Serverless data communication

Anonymous | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User

Overall Satisfaction with AWS Lambda

AWS Lambda is being used by my organization to manage machine to machine communication via serverless code. It addresses the problem of sending data between services on Amazon Web Services and it does the job quite well. The lambda handler allows me to set invocations at certain durations and also allows me to pass data back and forth in an automated manner.
  • Machine to machine communication.
  • Automatic invocation.
  • Error reporting.
  • Better interface.
  • Deployment methodology.
  • Lower time to deployment.
  • Lower cloud services cost.
AWS Lambda is the comparison tool to App Engine. I selected Lambda because the entire stack is basically on Amazon Web Services.
AWS Support is pretty solid and their business tier's have higher SLA.

Do you think AWS Lambda delivers good value for the price?

Yes

Are you happy with AWS Lambda's feature set?

Yes

Did AWS Lambda live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of AWS Lambda go as expected?

I wasn't involved with the implementation phase

Would you buy AWS Lambda again?

Yes

AWS Lambda is well suited in cases where the entire stack is on AWS. It doesn't make sense to use lambda when you have services with other cloud providers.