deploy api: Update todos

This commit is contained in:
Austen Collins 2015-08-26 16:31:27 -07:00
parent 16f11d5a0c
commit 3cf4d3039f

View File

@ -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'),