#aws-lambda

[ follow ]
serverless-computing
InfoQ
1 week ago
JavaScript

Unraveling the Enigma: Debunking Myths Surrounding Lambda Cold Starts

Understanding and effectively managing cold starts is crucial for optimizing serverless applications on AWS Lambda. [ more ]
InfoQ
3 months ago
DevOps

AWS Lambda Under the Hood

Lambda is a serverless compute system allowing code execution on-demand without server management.
Lambda scales quickly to meet tracking demand with billions of monthly invokes. [ more ]
Medium
6 months ago
DevOps

AWS Lambda : Delete old EBS snapshots using Boto3

AWS Lambda allows you to run code without provisioning or managing servers.
Lambda can be used for a variety of applications and backend services with zero administration. [ more ]
moreserverless-computing
AWS Lambda
Amazon Web Services
6 months ago
DevOps

Node.js 20.x runtime now available in AWS Lambda | Amazon Web Services

AWS Lambda now supports the Node.js 20 runtime.
Powertools for AWS Lambda and Lambda@Edge also support Node.js 20. [ more ]
Amazon Web Services
6 months ago
DevOps

Managing AWS Lambda runtime upgrades | Amazon Web Services

AWS Lambda supports multiple programming languages through the use of runtimes.
Lambda is deprecating a number of popular runtimes triggered by end of life of upstream language versions and Amazon Linux 1.
Lambda helps manage runtime deprecations and upgrades by tracking which runtimes you are using and providing notifications. [ more ]
Medium
6 months ago
DevOps

AWS Lambda : Delete old EBS snapshots using Boto3

AWS Lambda allows you to run code without managing servers
Lambda can be used to automate tasks like deleting old EBS snapshots [ more ]
moreAWS Lambda
JavaScript
Amazon Web Services
1 week ago
JavaScript

Running code after returning a response from an AWS Lambda function | Amazon Web Services

You can run tasks asynchronously after sending a Lambda response, impacting user experience if delayed. [ more ]
GitHub
3 months ago
JavaScript

GitHub - awslabs/llrt: LLRT (Low Latency Runtime) is a lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.

LLRT is a lightweight JavaScript runtime designed for fast and efficient Serverless applications.
The LLRT runtime offers faster startup and lower cost compared to other JavaScript runtimes on AWS Lambda. [ more ]
Medium
3 months ago
JavaScript

Should You Use Amazon API Gateway in 2024? Consider Function URLs Instead!

AWS introduced Function URLs for AWS Lambda Functions in 2022, allowing direct invocation of Lambda functions without the need for an API Gateway.
The Amazon API Gateway is a fully managed service that serves as the front door to internal system resources, providing features like routing, security, and monitoring. [ more ]
Medium
5 months ago
JavaScript

How To Effectively Share Code Between AWS Lambda Functions?

Sharing code between Lambda functions in AWS can lead to easier maintenance, smaller bundle sizes, and increased team efficiency.
Bit components provide a novel way of sharing code between frontend and serverless backend in a loosely coupled manner.
Common strategies for sharing code among Lambda functions include putting shared code in one place, using Lambda Layers, and using tools like Serverless Framework and AWS CDK. [ more ]
Medium
5 months ago
JavaScript

How To Effectively Share Code Between AWS Lambda Functions?

Sharing code between Lambda functions in AWS can lead to easier maintenance, smaller bundle sizes, and increased team efficiency.
Bit components provide a novel way of sharing code between frontend and serverless backend in a loosely coupled manner.
Common strategies for sharing code among Lambda functions include putting shared code in one place, using Lambda Layers, and using tools like Serverless Framework and AWS CDK. [ more ]
Medium
5 months ago
JavaScript

How To Effectively Share Code Between AWS Lambda Functions?

Sharing code between Lambda functions in AWS can lead to easier maintenance, smaller bundle sizes, and increased team efficiency.
Bit components provide a novel way of sharing code between frontend and serverless backend in a loosely coupled manner.
Common strategies for sharing code among Lambda functions include putting shared code in one place, using Lambda Layers, and using tools like Serverless Framework and AWS CDK. [ more ]
moreJavaScript
InfoQ
1 month ago
Data science

Architectures You've Always Wondered About 2024

Lessons from large-scale platforms can benefit enterprises of any size by fostering scalable architecture.
Key technologies like AWS Lambda are evolving to address challenges like cold starts and enhance system availability. [ more ]
InfoQ
2 months ago
DevOps

AWS Lambda Under the Hood

Lambda enables efficient execution across various integrated languages.
Lambda offers synchronous and asynchronous invocation models for rapid or deferred execution.
Lambda prioritizes core design principles for a reliable, secure, and scalable execution environment. [ more ]
InfoQ
2 months ago
DevOps

AWS Introduces an Experimental Low Latency Runtime for Faster, More Efficient Serverless Apps

LLRT offers faster startup and lower cost than other JavaScript runtimes on AWS Lambda.
LLRT eliminates a JIT compiler to reduce complexity and conserve resources, focusing on faster application startup. [ more ]
InfoQ
3 months ago
DevOps

Enhancing Observability: Amazon CloudWatch Logs Introduces Account-Level Subscription Filter

Developers can now access a real-time feed of CloudWatch Logs from all log groups and have it delivered to a single destination for further processing.
Customers can deliver real-time log events to a Kinesis Data Stream, Amazon Kinesis Data Firehose, or AWS Lambda for custom processing or redirection to alternative destinations. [ more ]
InfoQ
4 months ago
DevOps

Amazon CloudWatch Alarms Can Now Directly Trigger Lambda Functions

AWS CloudWatch alarms now support AWS Lambda functions as an action for state changes.
Developers can automate remediation actions when detecting an unhealthy resource. [ more ]
Amazon Web Services
4 months ago
DevOps

The most visited AWS DevOps blog posts in 2023 | Amazon Web Services

Unit testing AWS Lambda functions is important for validating individual components.
Amazon CodeWhisperer provides support for using Okta as an external IdP for authentication. [ more ]
Amazon Web Services
4 months ago
DevOps

The most visited AWS DevOps blog posts in 2023 | Amazon Web Services

Unit testing AWS Lambda functions is important for validating individual components.
Amazon CodeWhisperer provides support for using Okta as an external IdP for authentication. [ more ]
Amazon Web Services
4 months ago
Software development

The most visited AWS DevOps blog posts in 2023 | Amazon Web Services

Unit testing AWS Lambda functions is important for validating individual components.
Amazon CodeWhisperer provides support for using Okta as an external IdP for authentication. [ more ]
asvignesh.in
6 months ago
DevOps

AWS Lambda : Delete old EBS snapshots using Boto3

AWS Lambda allows you to run code without managing servers and only pay for the compute time you consume
Lambda can be used for a variety of applications and backend services with zero administration [ more ]
Amazon Web Services
1 year ago
JavaScript

Introducing AWS Lambda response streaming | Amazon Web Services

AWS Lambda now supports response payload streaming, allowing functions to progressively stream response data back to clients.
Response streaming improves performance for web and mobile applications, enables functions to return larger payloads, and allows long-running operations with incremental progress reporting. [ more ]
[ Load more ]