aws-serverless-deployment

Deploy serverless applications to AWS using SAM and CDK frameworks.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill aws-serverless-deployment-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-serverless-deployment
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/aws/aws-serverless/skills/aws-serverless-deployment
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill aws-serverless-deployment-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the complex process of infrastructure-as-code (IaC) management for AWS serverless applications, reducing configuration errors and deployment friction.

Core Features & Use Cases

  • Multi-Framework Support: Seamlessly manage both AWS SAM and AWS CDK projects within a unified workflow.
  • Best Practice Enforcement: Provides standardized patterns for Lambda constructs, stateful/stateless stack separation, and least-privilege IAM policies.
  • Use Case: Quickly scaffold a new serverless API using CDK TypeScript constructs or migrate existing SAM templates to a more robust CDK-based CI/CD pipeline.

Quick Start

Use the aws-serverless-deployment skill to initialize a new CDK project for a serverless Lambda function.

Frequently Asked Questions about aws-serverless-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy serverless applications to AWS using SAM and CDK?

AWS serverless deployment with SAM and CDK involves scaffolding projects, generating infrastructure-as-code templates, and configuring CI/CD pipelines for Lambda-centric architectures. This skill automates provisioning, local testing, and production-grade deployment workflows.

What is the best way to manage infrastructure-as-code for AWS Lambda functions?

Managing infrastructure-as-code for AWS Lambda is best handled through standardized patterns using SAM and CDK. This approach enforces least-privilege IAM policies, separates stateful and stateless stacks, and reduces configuration errors during serverless deployment.

Can I migrate existing AWS SAM templates to a CDK-based CI/CD pipeline?

Yes, you can migrate existing AWS SAM templates to a more robust CDK-based CI/CD pipeline. The skill supports managing both frameworks within a unified workflow, allowing transitions from SAM templates to CDK TypeScript constructs for serverless APIs.

Does this approach support both AWS SAM and AWS CDK projects in the same workflow?

Yes, multi-framework support allows you to seamlessly manage both AWS SAM and AWS CDK projects within a unified workflow. You can scaffold a new serverless API using CDK TypeScript constructs or maintain existing SAM template deployments.

How do I scaffold a new serverless API project with AWS CDK?

Scaffolding a new serverless API with AWS CDK uses TypeScript constructs to initialize the project structure. The skill generates the necessary infrastructure-as-code templates and configures automated deployment pipelines for the Lambda functions.