DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
4
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
3-5 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Basic knowledge of AWS RDS and VPCFamiliarity with Zappa's command structurePython programming
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
15
Research direction
The issue requests a tutorial or command to automate RDS and VPC setup for Zappa applications. Investigate the linked zappa django utils repo for prior art. Examine Zappa's existing CLI commands and plugin system to understand how to add a new command. Consider using AWS SDK boto3 to create RDS instances and configure VPC. Review comments in the issue for further context. The goal is to provide a reusable command that simplifies the common pattern of deploying a serverless app with a database inside a VPC.