Click any tag below to further narrow down your results
Links
AWS Lambda now officially supports Rust for building serverless applications. The article explains how to set up and deploy Rust-based Lambda functions using Cargo Lambda and the AWS Cloud Development Kit (CDK). It covers prerequisites, function creation, testing, and deployment steps.
taws is a terminal-based user interface designed to help users manage AWS resources efficiently. It supports multiple AWS profiles and regions, allowing easy navigation and management of over 60 services. Key features include resource filtering, detailed views, and direct actions on EC2 instances.
This article outlines key engineering insights gained from building a database replication tool for Amazon RDS Postgres using Rust. It addresses challenges like compatibility issues, deployment complexities, and the need for proactive network management. The authors stress the importance of customizing solutions for the specific constraints of managed environments.
New Relic migrated its Lambda Extension from Go to Rust, resulting in a 40% reduction in billed duration and improved memory efficiency. The rewrite also enhanced reliability and introduced a more robust telemetry pipeline.