Whether you are building a new application or migrating legacy on premise workloads to AWS it's good to know what compute services are available and which ones might be a good choice for your specific application or workload.
8 min read
Amazon AWS Compute Services
By Team Hava on May 31, 2022
Topics: aws containers lambda serverless
7 min read
AWS Lambda Architecture Diagrams
By Team Hava on March 23, 2022
AWS Lambda is a serverless compute service that executes code in response to events such as website actions, https requests, files being modified or written to S3 buckets and a whole host of integrated AWS services that have the capability to trigger lambda functions in response to a state change.
Topics: aws lambda
10 min read
What is Amazon AWS Lambda?
By Team Hava on June 3, 2021
AWS Lambda is a service that allows you to run code and containers without the need to set up, manage or provision servers. Lambda runs your code on highly available compute cloud infrastructure via Functions. Lambda takes care of server and OS maintenance, scaling, code monitoring and activity/error logging.