#aws-lambda
Read more stories on Hashnode
Articles with this tag
Horizontal scaling and vertical scaling are two approaches to increasing the capacity of a system to handle more load or provide better...
Configure AWS CodeBuild In this step, we'll configure AWS CodeBuild to build our Python application based on the specifications we define. CodeBuild...
In this example, we'll create a Lambda function that identifies EBS snapshots that are no longer associated with any active EC2 instance and deletes...
AWS Lambda is a serverless compute service provided by Amazon Web Services (AWS) that allows you to run code in response to events without the need to...