mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
deploy api: Update todos
This commit is contained in:
parent
16f11d5a0c
commit
3cf4d3039f
@ -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'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user