Serverless Applications at Scale? Now Go Build with Best Practices
Lessons about Lambda at Scale from PeerTalk meet-up at AWS re:Invent 2024

Search for a command to run...
Articles tagged with #aws-lambda
Lessons about Lambda at Scale from PeerTalk meet-up at AWS re:Invent 2024

Building APIs on a Serverless stack includes using AWS Lambda Function URLs where the client traditionally requests the Lambda function and it responds after the Lambda function has completed execution. This pattern for large payloads induces latenc...

AWS Lambda functions are the popular computing option for modern applications, specifically if you use Serverless or event-driven architectures on AWS. And these Lambda functions are invoked billions of times in a production environment. AI-generate...

Amazon Inspector, a service focused on automated vulnerability scanner that continuously scans AWS workloads for vulnerabilities is now supporting scanning for AWS Lambda functions. Amazon Inspector supports scanning of AWS Lambda functions and Lambd...

While executing AWS Lambda functions would need IAM permissions to access either for READ or WRITE actions. For this you need to map an IAM Role with an associated IAM Policy. As a best practice, we would follow least privilege permission but often t...

AWS Lambda functions recently announced the launch of Lambda URLs where you can invoke the Lambda function directly with an HTTP API. You can read the announcement here. Key take-aways Setting up Function URL when creating a new Lambda Function COR...
