-
aws-lambda-power-tuning
AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
The AWS Documentation's Memory and Computing Power page is a good starting point. To avoid configuring it manually, it's worth checking out AWS Lambda Power Tuning, which will help you find the sweet spot.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
Wing has built an entire language around cloud-native primitives that compiles it into another provisioning provider (currently only Terraform)
-
Serverless Framework is the original framework for building serverless apps, and still a solid choice
-
serverless-application-model
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
AWS SAM (Serverless Application Model) smooths the deployment of serverless applications for AWS
Related posts
-
A Beginner's Guide to the Serverless Application Model (SAM)
-
Is there a zero-boilerplate zero-configuration cloud serverless framework for Go?
-
Streamline Your Serverless Development with These Top 10 Powerhouse Tools
-
Data Masking of AWS Lambda Function Logs
-
Building a serverless GenAI API with FastAPI, AWS, and CircleCI