Back to Blog

AWS

12 posts tagged with AWS

TypeScriptRustAWS

Migrating from TypeScript to Rust

A first-hand account of migrating customer-facing AWS Lambda endpoints from TypeScript to Rust. This post covers the motivation behind the migration, the Rust Lambda setup with Axum, key challenges encountered during the rewrite, and measurable performance improvements in cold start latency and overall API responsiveness. Includes code examples, OpenAPI integration, and before-and-after benchmark results.

AWS

Cross Account Access

Configure secure cross-account access in AWS using IAM roles and trust policies to enable users to assume roles across different AWS accounts.

AWS

AWS CLI & MFA

A complete guide to assuming AWS roles across accounts with MFA enabled, including step-by-step commands and a practical bash script.

AWS

Enabling MFA

Step-by-step guide to enabling Multi-Factor Authentication (MFA) on AWS accounts to improve security and meet compliance requirements.

AWS

Static Sites

Demystify static site deployment on AWS using CloudFormation templates, S3 buckets, and CDN configuration for optimal performance.

AWS

Code Pipeline

Learn how to automate your software release process with AWS CodePipeline, from GitHub integration to build automation and deployment strategies.