AWS, DevOps

How to use AWS Lambda in Drupal

AWS Lambda@Edge allows you to run applications and services without worrying about managing infrastructure. Your application still runs on servers, but all the server management is done by the Cloud provider. You no longer have to provision, scale, and maintain servers to run your applications, databases, and storage systems. AWS globally...

by Jeet Lal
Tag: AWS LAMBDA
25-Aug-2021

AWS, DevOps

Image Optimization Using Jpegtran with AWS Lambda

Image optimization is an important thing when designing a website. Through image optimization using the open source Jpegtran, one can reduce their image size while preserving their visual quality, which is also known as lossless compression. This results in saving many bytes or KB. Upgraded pictures utilizing Jpegtran likewise increment...

by Gaurav Rishi
Tag: AWS LAMBDA
10-Jul-2017

AWS, Cloud

Schedule Lambda On Cron Expression Triggers

Lambda is an Amazon Web Services (AWS) masterpiece which helps in leveraging compute services for a duration of seconds to minutes and hence reduces the infrastructure costs manifolds and its maintenance. The Cron expressions are created, evaluated and triggered using Cloudwatch Management Console. The possible cron expressions for AWS...

by Vaibhav Gulati
Tag: AWS LAMBDA
30-May-2017

AWS, DevOps

How to run Fabric using AWS Lambda and Paramiko?

We usually come across few scenarios where we need something to run on the remote servers for the sake of automation. I came across such a use case in AWS where I need to run fabric on a server to be triggered from AWS Lambda. This fabric script further does few tasks on other servers. Background/Scenario: While working on a spot...

by Navjot Singh
Tag: AWS LAMBDA
24-Feb-2017

Cloud, DevOps

[Infographic] 6 Powerful AWS Services to Boost your Cloud Performance

With over a decade into the market, AWS continues to dominate the public cloud infrastructure space by a sizable margin. Most companies have migrated to AWS with a clear mindset to reap the benefits of cloud services such as increased agility, improved efficiency, accelerated development and cost efficiency. However, many businesses still...

by Anuradha Ishwaran
Tag: AWS LAMBDA
16-Feb-2017

AWS, Technology

Accelerate your Cloud Performance using these 6 Uncommon AWS Services

Amazon Web Services (AWS) has been the trailblazer in the cloud computing market since 2006 with its IaaS and PaaS offerings. It currently owns a lion’s share in the public cloud computing market ahead of other competitors like IBM, Microsoft, and Google; and continues to grow its offerings with continuous innovation. In the recent...

by Anuradha Ishwaran
Tag: AWS LAMBDA
15-Dec-2016

AWS, DevOps

Configuring Rate-Based Blacklisting of IP’s using AWS WAF and AWS Lambda

One security challenge we face these days is how to prevent our web servers from DDOS attacks. This blog illustrates how we can automatically block unwanted traffic based on request rate by using AWS WAF and Lambda. This setup automatically detects traffic based on request rate, and then updates AWS WAF configurations to block...

by Shruti Lamba
Tag: AWS LAMBDA
26-Sep-2016

AWS, DevOps

AWS CodeDeploy Automatic Rollback using AWS Lambda

AWS Lambda is a compute service where we can upload our code to AWS Lambda and the service can run the code on our behalf using AWS infrastructure. AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. AWS CodeDeploy makes it easier to rapidly release new features, helps to avoid downtime during...

by Shruti Lamba
Tag: AWS LAMBDA
08-Jun-2016

AWS

AWS Lambda with new features for Mobile Devs

AWS Lambda has been launched with the new features for Mobile Developers. The service was launched last year with the preview version at AWS re:Invent. We have given the detailed description about AWS LAMBDA in our previous blogs : An Introduction To AWS Lambda and AWS Lambda walk-through. It is a compute service that makes it easy for...

by Mohit Dayal Gupta
Tag: AWS LAMBDA
10-Apr-2015

AWS, Technology

AWS Lambda Invocation using Amazon S3

To start, we create a Lambda function to consume events published by Amazon S3. For any object uploaded to a bucket, S3 will invoke our Lambda function by passing event information in the form of function parameters. AWS Lambda executes the function. As the function executes, it reads the S3 event data, logs some of the event information...

by Ankit Giri
Tag: AWS LAMBDA
10-Apr-2015

AWS

Introduction To AWS LAMBDA

The next buzz in cloud computing is the event-driven computing service. The service in preview mode “AWS Lambda” brings the same to existence. Lambda makes the best of the concept of "pay-per-use" and “as a service” much further than it did in the case of EC2. It offers pay-per-millisecond computing, a service always available...

by Ankit Giri
Tag: AWS LAMBDA
12-Mar-2015