- Initialize construct 2. Zip flask code 3. Set up options for application, env vars, and app version 4. Set environment 5. Make sure environment is built after CDK application
Posts for: #Flask
Flask-Tables Variable Names Must Match Fields
When setting up a table with Flask-Tables, the variable names for the columns must match those in the database the table is pulling from. Alternative column names can be passed…