#aws-lambda

[ follow ]
DevOps
fromInfoQ
21 hours ago

AWS Lambda Adds Support for GitHub Actions

AWS Lambda supports GitHub Actions for declarative, OIDC-authenticated deployments of functions via .zip or container images, including S3 support and configurable function settings.
fromAmazon Web Services
2 weeks ago

Understanding and Remediating Cold Starts: An AWS Lambda Perspective | Amazon Web Services

Cold starts in AWS Lambda refer to the additional latency introduced when initializing a new execution environment for a function invoked after a period of inactivity.
Web development
fromHackernoon
6 years ago

Lambda Isn't Made for Parallelism - But Go Still Gets the Job Done | HackerNoon

AWS Lambda allows for concurrent execution of programs, leveraging Goroutines for non-blocking I/O bound tasks, enhancing performance similar to Node.js asynchronous handling.
Golden State Warriors
fromInfoQ
1 month ago

High Performance Serverless with Rust

Rust is a highly performant and safe programming language suitable for serverless applications.
#multi-agent-system
fromHackernoon
3 years ago

Implementing Event-Driven Systems With AWS Lambda and DynamoDB Streams | HackerNoon

Event-driven design with AWS Lambda and DynamoDB Streams enhances scalability and responsiveness in application architecture.
Node JS
fromAmazon Web Services
2 months ago

Validating event payload with Powertools for AWS Lambda (TypeScript) | Amazon Web Services

The new Powertools for AWS Lambda Parser utility simplifies payload validation for TypeScript, enhancing application resilience against unexpected inputs.
Node JS
fromAmazon Web Services
3 months ago

Monitoring network traffic in AWS Lambda functions | Amazon Web Services

Network monitoring is essential for cloud applications, enhancing security, compliance, and operational efficiency.
[ Load more ]