From 3cf4d3039fe39d229790bddf7f4e54bb79c84d02 Mon Sep 17 00:00:00 2001 From: Austen Collins Date: Wed, 26 Aug 2015 16:31:27 -0700 Subject: [PATCH] deploy api: Update todos --- lib/commands/deploy_api.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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'),