aws-lambda

Design, build, deploy, and debug AWS Lambda serverless applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the end-to-end lifecycle of serverless development on AWS, removing the complexity of manual infrastructure configuration and deployment orchestration.

Core Features & Use Cases

  • SAM CLI Integration: Automates project initialization, local testing, and cloud deployment using standard templates.
  • Event-Driven Architecture: Provides guidance on configuring event sources like SQS, DynamoDB Streams, and EventBridge for robust, scalable backends.
  • Observability & Optimization: Offers built-in best practices for structured logging, distributed tracing, and performance tuning to ensure production-ready applications.

Quick Start

Use the aws-lambda skill to initialize a new TypeScript serverless project using the SAM CLI template.

Frequently Asked Questions about aws-lambda

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

FAQPage Schema
How do I build and deploy serverless applications using AWS Lambda and SAM?

To build and deploy serverless applications using AWS Lambda, this skill uses SAM CLI templates to automate project initialization, local testing, and cloud deployment. It orchestrates infrastructure provisioning to streamline the end-to-end lifecycle.

What is the best way to configure event-driven architectures with AWS Lambda?

Configuring event-driven architectures with AWS Lambda involves mapping event sources like SQS, DynamoDB Streams, and EventBridge. This skill provides guidance on setting up these triggers to create robust, scalable backend workflows.

Do I need Docker and AWS credentials to manage serverless infrastructure?

Yes, you need Docker and AWS credentials to manage serverless infrastructure using this skill. SAM CLI relies on Docker for local testing environments, while AWS credentials are required to provision resources and deploy templates to the cloud.

How do I add structured logging and distributed tracing to AWS Lambda functions?

Adding structured logging and distributed tracing to AWS Lambda functions requires applying built-in observability best practices. This skill offers guidance on performance tuning and tracing configurations to ensure production-ready applications.

Can I initialize a new TypeScript serverless project using SAM CLI templates?

Yes, you can initialize a new TypeScript serverless project using SAM CLI templates. This skill supports quick start initialization to scaffold event-driven AWS applications locally before deployment.