CtrlK
BlogDocsLog inGet started
Tessl Logo

giuseppe-trisciuoglio/developer-kit

Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.

82

Quality

82%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Validation failed for skills in this tile
One or more skills have errors that need to be fixed before they can move to Implementation and Discovery review.
Overview
Quality
Evals
Security
Files

migration-checklist.mdplugins/developer-kit-aws/skills/aws/aws-sam-bootstrap/references/

AWS SAM Migration Checklist

Use this checklist when converting an existing Lambda or CloudFormation project to AWS SAM.

Discovery

  • Identify runtime, handler, and entrypoint per Lambda function
  • Identify current deployment method (manual zip, CloudFormation, CI pipeline)
  • Identify IAM roles/policies currently required
  • Identify triggers (API Gateway, EventBridge, SQS, SNS, S3)

Template Conversion

  • Add Transform: AWS::Serverless-2016-10-31
  • Convert function resources to AWS::Serverless::Function where possible
  • Preserve environment variables and timeout/memory settings
  • Preserve permissions and event source mappings
  • Keep logical IDs stable when possible to reduce replacement risk

Configuration

  • Create samconfig.toml with default deploy parameters
  • Add optional prod section for production deployments
  • Set capabilities = "CAPABILITY_IAM" when needed
  • Set resolve_s3 = true to simplify packaging

Local Testing

  • Create representative payloads under events/
  • Run sam validate
  • Run sam build
  • Run sam local invoke <FunctionLogicalId> -e events/event.json

Deployment

  • First deploy with sam deploy --guided
  • Review generated changeset before execution
  • Validate stack outputs and function runtime behavior
  • Capture follow-up changes in a separate PR if broader infra refactoring is needed

plugins

developer-kit-aws

skills

README.md

tile.json