Going Serverless with AWS Lambda and API Gateway
blog.ryankelly.us
Going Serverless with AWS Lambda and API Gateway
1–10 of 55 posts
Re: Going Serverless with AWS Lambda and API Gateway
#2Re: Going Serverless with AWS Lambda and API Gateway
#3Are serverless and container based architectures really that popular in the real world, or is it yet another HN bubble? I'm still happy using virtual/cloud servers for anything/everything.
Re: Going Serverless with AWS Lambda and API Gateway
#4Are serverless and container based architectures really that popular in the real world, or is it yet another HN bubble? I'm still happy using virtual/cloud servers for anything/everything.
Certainly the idea of microservices is a good one, for me and a lot of my use-cases, and that's the start of the journey towards an API-gateway. (The big downsides being less control, and a central point of failure, obviously.)
Containers I think are different, and are used in production a lot.
Re: Going Serverless with AWS Lambda and API Gateway
#5Are serverless and container based architectures really that popular in the real world, or is it yet another HN bubble? I'm still happy using virtual/cloud servers for anything/everything.
I'd like better ways to collect execution data for debugging and more visibility all round. With those it would definitely be a contender.
Re: Going Serverless with AWS Lambda and API Gateway
#6Re: Going Serverless with AWS Lambda and API Gateway
#7aka "Going towards total vendor lock in by basing your system on a proprietary, non portable infrastructure service"
Re: Going Serverless with AWS Lambda and API Gateway
#8Are serverless and container based architectures really that popular in the real world, or is it yet another HN bubble? I'm still happy using virtual/cloud servers for anything/everything.
Re: Going Serverless with AWS Lambda and API Gateway
#9aka "Going towards total vendor lock in by basing your system on a proprietary, non portable infrastructure service"
Re: Going Serverless with AWS Lambda and API Gateway
#10Are serverless and container based architectures really that popular in the real world, or is it yet another HN bubble? I'm still happy using virtual/cloud servers for anything/everything.
I wrote a set of internal use systems using Lambda and API Gateway. I'm in two minds about it; its handy but at the moment I dont think its mature enough for a critical live system. I'd like better ways to collect execution data for debugging and more visibility all round. With those it would definitely be a contender.