Skip to content

Cloud Computing · 6 / 6 posts

Migrating from Serverless Framework to AWS CDK

A comprehensive 6-part guide covering the complete migration process from Serverless Framework to AWS CDK, including setup, implementation patterns, and best practices.

Posts →

Series overview

  1. 1. Why Make the Switch?
  2. 2. Setting Up Your CDK Environment
  3. 3. Lambda Functions and API Gateway
  4. 4. Database and Environment Management
  5. 5. Authentication, Authorization, and IAM
  6. 6. Migration Strategies and Best Practices

Published posts

Migrating from Serverless Framework to AWS CDK: Part 1 - Why Make the Switch?

Why migrate from Serverless Framework to AWS CDK: licensing changes, architectural advantages, and when CDK becomes the better choice for your apps.

awsaws-cdkmigration
Migrating from Serverless Framework to AWS CDK: Part 2 - Setting Up Your CDK Environment

Structure a CDK project for serverless apps, configure TypeScript for Lambda, and set patterns that ease migration from Serverless Framework.

aws-cdktutorial
Migrating from Serverless Framework to AWS CDK: Part 3 - Lambda Functions and API Gateway

Migrate Lambda functions, API Gateway, request validation, and error handling from Serverless Framework to AWS CDK with practical examples.

api-gatewayawsaws-cdk +2
Migrating from Serverless Framework to AWS CDK: Part 4 - Database and Environment Management

Master DynamoDB migrations, environment variable management, secrets handling, and VPC configurations when moving from Serverless Framework to AWS CDK.

awsaws-cdkdynamodb +5
Migrating from Serverless Framework to AWS CDK: Part 5 - Authentication, Authorization, and IAM

Implement robust authentication with Cognito, API Gateway authorizers, and fine-grained IAM policies when migrating from Serverless Framework to AWS CDK.

authorizationaws-cdkcognito +3
Migrating from Serverless Framework to AWS CDK: Part 6 - Migration Strategies and Best Practices

Execute a smooth migration from Serverless Framework to AWS CDK with proven strategies, testing approaches, rollback procedures, and performance optimization techniques.

aws-cdkmonitoringperformance