Basic knowledge of AWS RDS and VPCFamiliarity with Zappa's command structurePython programming
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
15
研究方向
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.