Eslam A. Hefnawy
3116038355
merging events: fixing conflicts
2015-12-23 14:37:51 +02:00
Eslam A. Hefnawy
4270e40847
tiny fixes
2015-12-23 14:37:51 +02:00
Eslam A. Hefnawy
f7499c6515
lowercase events obj
2015-12-23 14:37:51 +02:00
Eslam A. Hefnawy
3ced757d37
eventS instead of event in function json
2015-12-23 14:37:51 +02:00
Eslam A. Hefnawy
13f8df0da0
added event source array to functions
2015-12-23 14:37:51 +02:00
Austen Collins
dc018aa3d4
CodeEventDeployLambda: Change action name
2015-12-23 14:37:51 +02:00
Austen
18ace00735
Merge pull request #419 from Nopik/function-deploy-fix
...
Fixed function configuration during deploy.
2015-12-22 10:57:49 -08:00
Kamil Burzynski
b7ce424ae5
Fixed function configuration during deploy.
2015-12-22 18:02:27 +01:00
Austen
8c0436518b
Merge pull request #417 from Nopik/dash-crash
...
Fixed crash on `sls dash deploy` when user press key like `1`
2015-12-22 08:52:35 -08:00
Austen
49bca04ba6
Merge pull request #418 from Nopik/slower-endpoint-deploy
...
Slower endpoint deploy
2015-12-22 08:47:12 -08:00
Kamil Burzynski
4f154e4fb9
More handling for 429
2015-12-22 13:18:05 +01:00
Kamil Burzynski
d644a6e79b
Cleanups for 429 handling in endpoint deploy
2015-12-22 11:28:01 +01:00
Kamil Burzynski
974f337983
Cleanups for 429 handling in endpoint deploy
2015-12-22 11:26:07 +01:00
Kamil Burzynski
b8076010e6
Endpoint deploy will now re-try upon getting 'too many requests' error
2015-12-22 11:05:20 +01:00
Kamil Burzynski
6fd517f027
Fixed crash on sls dash deploy when user press key like 1
2015-12-22 10:48:10 +01:00
Eslam λ Hefnawy
29ba765182
Merge pull request #416 from Nopik/stage-create-fixes
...
Fixed indentation and duplicate entries in resources-cf
2015-12-21 18:29:30 +02:00
Kamil Burzynski
381028d591
Fixed indentation and duplicate entries in resources-cf
2015-12-21 15:37:16 +01:00
Eslam λ Hefnawy
4759cde874
Merge pull request #414 from Nopik/string-indentation
...
Removed invalid indentation from multi-line string literals
2015-12-21 15:11:28 +02:00
Kamil Burzynski
8613e610f2
Merge branch 'master' into string-indentation
...
Conflicts:
lib/actions/RegionCreate.js
lib/actions/StageCreate.js
2015-12-21 13:51:51 +01:00
Eslam λ Hefnawy
387715fef7
Merge pull request #415 from Nopik/debugs-removed
...
Removed test console.log statements
2015-12-21 14:38:30 +02:00
Kamil Burzynski
cc1408626d
Removed test console.log statements
2015-12-21 13:01:55 +01:00
Kamil Burzynski
400ff45d8c
Removed invalid indentation from multi-line string literals
2015-12-21 12:48:03 +01:00
Eslam A. Hefnawy
1561479838
added PROJECT_NAME env var
2015-12-21 11:39:20 +02:00
Austen
cc6c37379d
Merge pull request #412 from kevinold/fix-error-typo
...
Fix improper pluralization of creating or updating in CloudFormation error
2015-12-19 08:45:58 -08:00
Kevin Old
b6e26c54f2
Fix improper pluralization of creating or updating in CloudFormation error message
...
Fixes:
[ServerlessError: Something went wrong while createing your cloudformation]
or
[ServerlessError: Something went wrong while updateing your cloudformation]
2015-12-19 09:40:50 -06:00
Austen Collins
5a09c8678a
readme: update
2015-12-18 23:02:16 -08:00
Austen Collins
9c055b8b31
start v0.0.16
2015-12-18 20:42:30 -08:00
Austen Collins
4a26a2ea9c
version bump
2015-12-18 20:42:30 -08:00
Austen Collins
3e9b6b2302
Version bump
2015-12-18 20:42:30 -08:00
Austen Collins
1b759feb78
Test: fixes
2015-12-18 20:42:30 -08:00
Austen Collins
5a137ad10b
test: fixes
2015-12-18 20:42:30 -08:00
Austen Collins
ded5fcfca1
Tests: fix
2015-12-18 20:42:30 -08:00
Austen Collins
2bcb7f3b14
FunctionRuneLambdaNodejs: show error stack
2015-12-18 20:42:29 -08:00
Austen Collins
ec85670cdb
Add resources TODO
2015-12-18 20:42:29 -08:00
Austen
8be8d9a8c5
Merge pull request #409 from erikerikson/master
...
Allow sFunction.json requestTemplates attribute values to be objects.
2015-12-18 16:22:46 -08:00
Eslam A. Hefnawy
c2ab6d4ac7
tiny tiny refactor
2015-12-19 01:01:59 +02:00
Erik Erikson
a27fa42b0a
Converted the simpleTwo.endpoints..requestTemplates["application/json"] attribute value from a string to an equivilent not-stringified object in order to ensure that the tests cover the object case.
2015-12-18 14:25:04 -08:00
Erik Erikson
7e7d4c0626
Allow for non-object (i.e. strings, the prior valid value type) requestTemplate attribute values. Add explanation.
2015-12-18 13:57:08 -08:00
Eslam A. Hefnawy
ec4a0dd4df
cleared up command options shortcut
2015-12-18 20:46:28 +02:00
Eslam A. Hefnawy
77ccdeaaf5
better error handling for function deploy
2015-12-18 15:05:32 +02:00
Eslam λ Hefnawy
472e792b12
Merge pull request #405 from Nopik/deploy-params
...
Added support for properly deploying endpoints with `foo/{bar}/baz` form
2015-12-18 13:28:59 +02:00
Eslam λ Hefnawy
86647e75ae
Merge pull request #404 from Nopik/endpoint-deploy-errors
...
Displayed information about failed endpoint deploys.
2015-12-18 13:26:36 +02:00
Eslam A. Hefnawy
acfefd08cf
made region select more robust
2015-12-18 13:25:01 +02:00
Kamil Burzynski
1c74b8989f
Added support for properly deploying endpoints with foo/{bar}/baz form
2015-12-18 11:06:58 +01:00
Kamil Burzynski
ce1bb7450f
Removed invalid check for successful deploys
2015-12-18 10:59:22 +01:00
Kamil Burzynski
c77d6fb813
Displayed information about failed endpoint deploys.
2015-12-18 10:46:32 +01:00
Erik Erikson
8c7a67f314
Allow for non-object requestTemplates
2015-12-18 01:16:33 -08:00
Erik Erikson
5bef2beb07
Check whether requestTemplates is an object and if so, stringify it so that the ApiG API is happy but we can also use JSON in sFunction.json for the requestTemplates attribute.
2015-12-18 00:52:50 -08:00
Eslam λ Hefnawy
860ce56889
Merge pull request #402 from Nopik/load-errors
...
Added more verbose error messages for invalid s-module.json case
2015-12-18 10:47:31 +02:00
Kamil Burzynski
27e8f54d06
Added more verbose error messages for invalid s-module.json case
2015-12-18 09:39:56 +01:00