13
2017
Serverless Architecture with AWS Lambda
AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. “Serverless” architecture is the new trend of designing software and getting more popular nowadays by replacing server-based stacks. Although the term “Serverless” suggests there is no server, what it really means is that there is no need of owning servers or even to manage them. So, is there a Server? […]
16
2016
How To Start Cloud Computing with AWS
What is AWS ? – AWS (Amazon Web Services) is a comprehensive, evolving cloud computing platform provided by Amazon.com. Cloud computing is gaining immense popularity among today’s business needs. Many organizations use cloud computing directly or indirectly as a replacement for traditional on-site alternatives As, It adds a number of benefits to the business. This article describes an overview of cloud computing, its key attributes, how these concepts are used in Amazon web services, Amazon […]