AWS Lambda Articles
5 articles in the AWS Lambda category — browse the collection below.
5 Ways To Bundle a Lambda Function Within an AWS CDK Construct
5 ways to bundle Lambda functions in CDK constructs: inline code, separate files, pre-build bundling, NodejsFunction, and Serverless App Repository integration.
AWS Lambda Cache: Caching Strategies for Serverless Functions
Implement an AWS Lambda cache to improve performance and reduce costs. Compare in-memory caching, DynamoDB cache, Redis, and ElastiCache - and learn which Lambda caching strategy fits your use case.
Starter Projects For AWS Lambda Using NodeJS And Java
AWS Lambda starter projects for NodeJS and Java with CloudFormation templates. Get boilerplate code to quickly deploy Lambda functions with API Gateway integration.
Fast AWS Lambda Code Updates And Improved Lambda Logs
Speed up AWS Lambda code updates from 2.5 minutes to 15 seconds with lambda-updater. Plus, easily trace logs across multiple Lambda functions using lambdalogs tool.
5 Things To Consider For Writing A Lambda Function
5 essential tips for writing AWS Lambda functions: choosing a runtime, using CloudFormation, attaching policies correctly, and improving cold starts.