aws-serverless-deployment

Automate AWS serverless deployments using SAM and CDK frameworks.

856|141|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/awslabs/agent-plugins --skill aws-serverless-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-serverless-deployment
Source: https://github.com/awslabs/agent-plugins/tree/main/plugins/aws-serverless/skills/aws-serverless-deployment
Command: npx skills add https://github.com/awslabs/agent-plugins --skill aws-serverless-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the deployment of serverless applications on AWS, handling both project setup and infrastructure-as-code management using AWS SAM or AWS CDK.

Core Features & Use Cases

  • IaC Framework Selection: Choose between AWS SAM and AWS CDK for defining your serverless infrastructure.
  • Language Support: Supports TypeScript, Python, and JavaScript for CDK projects.
  • Deployment Automation: Facilitates scaffolding, template generation, and deployment workflows.
  • Use Case: You need to deploy a new serverless API using AWS CDK. This Skill can generate the necessary CDK code for an HTTP API, Lambda function, and DynamoDB table, then guide you through the deployment process.

Quick Start

Use the aws-serverless-deployment skill to deploy a new serverless application using CDK with a Python backend.

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 an AWS serverless application using CDK?

To deploy an AWS serverless application using CDK, you can automate project scaffolding, CDK construct generation, and deployment workflows. This Skill supports TypeScript, Python, and JavaScript backends for defining and provisioning your cloud infrastructure.

What is the best way to generate infrastructure as code for a serverless API on AWS?

Generating infrastructure as code for a serverless API on AWS is streamlined by selecting either SAM or CDK frameworks. You can generate templates for HTTP APIs, Lambda functions, and DynamoDB tables, then guide the deployment process.

Do I need Docker and AWS CLI to deploy serverless applications with SAM?

Yes, you need Docker, AWS CLI, and SAM CLI to deploy serverless applications with SAM. These tools are required for local development, containerized builds, and managing the deployment of your infrastructure as code.

Can I use AWS CDK with a Python backend for serverless deployment?

Yes, you can use AWS CDK with a Python backend for serverless deployment. The automation supports project scaffolding and CDK construct utilization specifically for Node.js, Python, and TypeScript serverless applications.

Does this serverless deployment automation support CI/CD pipeline integration?

Yes, this serverless deployment automation supports CI/CD pipeline integration. It facilitates scaffolding, IaC template generation, and deployment workflows to integrate your AWS SAM or CDK serverless applications into automated pipelines.

AWS SAM vs CDK for serverless deployment, which should I choose?

Choosing between AWS SAM and CDK for serverless deployment depends on your IaC preference. This Skill allows you to select either framework to define your serverless infrastructure, handling project setup and template generation for both.