diff --git a/lib/commands/deploy_api.js b/lib/commands/deploy_api.js index ef935e086..7d0160c79 100644 --- a/lib/commands/deploy_api.js +++ b/lib/commands/deploy_api.js @@ -5,9 +5,11 @@ * - Deploys project's API Gateway REST API to the specified stage */ -// TODO: Create Integrations for Methods (no need to show/update/delete) since all methods are deleted -// TODO: Create IntegrationResponse for each Integration -// TODO: Clean-up unused Resources & Methods +// TODO: Start with the removal of all Resources. Then re-build the API from nothing. +// TODO: Fix the CreateOrUpdate Functions To Only Be CREATE functions since everything wil be deleted. This should shorten the codebase. +// TODO: Create Integrations for Methods. No need to show/update/delete since all methods are deleted +// TODO: Create IntegrationResponse for each Integration. No need to show/update/delete since all methods are deleted + // Defaults var JawsError = require('../jaws-error'),