.agents/skills/aws_serverless_python/SKILL.md
Specialized skill for developing enterprise-grade AWS Lambda functions in Python using AWS SAM, DynamoDB, and Bedrock.
npx skillsauth add AmazonNova-Hackathon/nova-backend AWS Serverless Python DevelopmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When tasked with implementing or modifying AWS Lambdas in this project, adhere to the following guidelines:
handlers/, services/, repositories/, and models/.boto3 client with custom retry logic for robust API interactions.from botocore.config import Config
retry_config = Config(retries={"max_attempts": 5, "mode": "standard"})
bedrock = boto3.client("bedrock-runtime", config=retry_config)
invoke_model with Amazon Nova, handle multimodal payloads strictly following Nova's expected message array schema.boto3.resource('dynamodb').Table() for easier item serialization than the low-level client.aws-lambda-powertools for Logging, Metrics, and Tracing out-of-the-box.@logger.inject_lambda_context(log_event=True).If the user asks to implement a new endpoint, remember to update template.yaml with the corresponding API Gateway event triggers.
development
Expert guidance for creating premium Product Requirement Documents (PRDs) for web and mobile, focusing on modern UX, engaging UI, and professional copywriting.
development
Guidelines for AI agents to minimize token consumption and operational costs while working on the MediAgent codebase.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.