aws-lambda

Resolve .NET deployment challenges on AWS Lambda with networking and logging guidance.

5|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/AxGord/claude-workflow --skill aws-lambda-axgord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-lambda
Source: https://github.com/AxGord/claude-workflow/tree/main/templates/skills/aws-lambda
Command: npx skills add https://github.com/AxGord/claude-workflow --skill aws-lambda-axgord

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit addresses common gotchas in AWS Lambda .NET deployment, ensuring smoother integration and troubleshooting for developers.

Core Features & Use Cases

  • Networking Concerns: Identifies VPC and ENI limitations in AWS Lambda.
  • Logging: Outlines important details about CloudWatch logging with .NET.
  • ASP.NET Core in Lambda: Highlights compatibility issues and best practices.
  • S3 Interactions: Provides guidance on handling S3 access within Lambda.
  • Cold Start Considerations: Discusses optimization strategies for .NET Lambda functions.
  • IAM & Deployment: Covers best practices for Lambda function deployment.
  • Function URL Handling: Details how to handle CORS headers for Lambda Function URLs.

Quick Start

Explore AWS Lambda deployment pitfalls for .NET applications.

Frequently Asked Questions about aws-lambda

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

FAQPage Schema
How do I optimize AWS Lambda cold start for .NET applications?

To optimize AWS Lambda cold start for .NET applications, implement specific performance strategies to reduce initialization delays. This Skill discusses optimization techniques tailored for .NET runtimes to enhance application reliability and minimize latency during function execution.

What are common VPC and ENI limitations when deploying .NET AWS Lambda functions?

VPC and ENI limitations in AWS Lambda restrict network configurations and can cause deployment bottlenecks for .NET applications. This Skill identifies these networking concerns to help developers ensure smoother integration and avoid common connectivity errors.

How do I handle CORS headers for AWS Lambda Function URLs in ASP.NET Core?

Handling CORS headers for AWS Lambda Function URLs in ASP.NET Core requires specific configurations to allow cross-origin requests. This Skill details how to manage CORS headers effectively, addressing compatibility issues and outlining best practices for ASP.NET Core in Lambda.

Does AWS Lambda support CloudWatch logging for .NET runtimes out of the box?

AWS Lambda supports CloudWatch logging for .NET runtimes but requires attention to specific configuration details for proper integration. This Skill outlines important CloudWatch logging nuances with .NET to help developers troubleshoot and monitor applications effectively.

What are the best practices for IAM and S3 access when deploying AWS Lambda .NET applications?

Best practices for IAM and S3 access when deploying AWS Lambda .NET applications involve securing permissions and managing resource interactions properly. This Skill covers IAM deployment guidelines and provides guidance on handling S3 access within Lambda to reduce deployment errors.