aws-patterns

Installation
SKILL.md

AWS Patterns

Best practices for AWS cloud infrastructure design and implementation.

Core Services Patterns

Lambda Functions

# Best practice Lambda handler structure
import json
import logging
from typing import Any

logger = logging.getLogger()
logger.setLevel(logging.INFO)
Installs
17
GitHub Stars
2
First Seen
Jan 24, 2026
aws-patterns — mindmorass/reflex