272 Commits

Author SHA1 Message Date
Austen Collins
a63e477ee7 readme: banner 2015-12-07 23:00:49 -08:00
Austen Collins
d9f6db782f All: major changes, refactor s-function.json completely, support multiple lambdas w/ multiple endpoints in a single s-function.json, add tests, remove browserify/optimization code, fix module create 2015-12-07 21:28:39 -08:00
Austen Collins
551f15e269 All: start module format change 2015-12-07 13:20:43 -08:00
Austen Collins
2aa69719fd FunctionDeploy: Fix CLI support, ModuleCreate: Use 'serverless-helpers-js' and auto-nom-install on creation 2015-12-07 09:10:05 -08:00
Eslam A. Hefnawy
7f99f2f916 moved package folder to module root 2015-12-07 13:28:34 +02:00
Eslam A. Hefnawy
00e099152f generate help when no commands are provided 2015-12-07 13:22:15 +02:00
Eslam A. Hefnawy
b4d2cd4363 added test: DefaultActionHook 2015-12-07 13:08:39 +02:00
Austen Collins
96b1466c0a FunctionDeploy: Bug fixes, Help: Clean-ups, Readme: Start listing differences from JAWS 2015-12-07 00:16:54 -08:00
Austen Collins
f4518194f7 FunctionDeploy: Major Refactor 75% Complete 2015-12-06 19:21:21 -08:00
Eslam A. Hefnawy
1540fce1f9 added unit test for FunctionRun 2015-12-07 01:08:30 +02:00
Eslam A. Hefnawy
911dda7af6 added ResourcesDeploy unit test 2015-12-07 00:15:36 +02:00
Eslam A. Hefnawy
689988db0d added unit test for ModuleInstall 2015-12-06 22:16:26 +02:00
Eslam A. Hefnawy
bdb31c695b added FunctionCreate unit test 2015-12-06 21:56:21 +02:00
Eslam A. Hefnawy
06fabd1cba tiny test fix 2015-12-06 21:01:41 +02:00
Austen Collins
955f7ca773 ModuleCreate: Refactor ModuleCreate scaffolding and include NPM dotenv dependency 2015-12-06 09:34:11 -08:00
Austen Collins
84edc10fd2 tiny changes before merge 2015-12-06 07:57:12 -08:00
Eslam A. Hefnawy
8187ecbfed added tests for env actions 2015-12-06 15:39:48 +02:00
Austen Collins
c16445f4f3 Tests: bug fixes to assist cleanup functions 2015-12-05 23:43:38 -08:00
Austen Collins
974c6258bb Tests: Fix to use one project 2015-12-05 23:26:05 -08:00
Austen Collins
b667e5789f All: minor cleanups of function names 2015-12-05 20:04:08 -08:00
Austen Collins
263ecff02f StageCreate, RegionCreate: Return event object, add tests to check and validate event object. 2015-12-05 18:28:35 -08:00
Austen Collins
bd30a1da24 StageCreate: Fix event object and write test to validate it 2015-12-05 17:39:33 -08:00
Austen Collins
28f06314db ProjectCreate: Auto-create development stage, Remove stage option, improve test to check event object 2015-12-05 16:23:57 -08:00
Austen Collins
5766cc8772 ProjectCreate/All: Remove requirement to persist profile to file system and read from it. Save API Keys to admin.env instead. Involve AWS profile only in ProjectCreate prompt for convenience.
S3: lowercase Serverless in Bucket scaffolding, when created
2015-12-04 16:19:29 -08:00
Austen Collins
01ba9f6a52 All: Rebrand 2015-12-03 20:31:49 -08:00
Austen Collins
641b9dc2a0 all: prepare for rebranding 2015-12-03 12:30:44 -08:00
Austen Collins
f412acf3e6 FunctionDeploy: fix bugs and improve tests to check for event object 2015-12-03 11:56:48 -08:00
Austen Collins
778dd22ce8 FunctionDeploy: Fix deploying all when a Lambda stack is not yet created 2015-12-03 11:56:48 -08:00
Austen Collins
04dfa5f072 FunctionDeploy: alias lambda endpoints 2015-11-30 00:05:39 -08:00
Austen Collins
bf50d2bd9e FunctionDeploy: Move create/show regional REST API, fix utilities to persist REST API ID to project json 2015-11-29 13:51:06 -08:00
Austen Collins
72358ee315 merge changes 2015-11-29 09:41:23 -08:00
Austen Collins
4d7bfaf7c2 RegionCreate: better logging, FunctionDeployTest: Fix jawsbucket name 2015-11-22 23:09:16 -08:00
Austen Collins
7cfb09311b ProjectCreate, StageCreate, RegionCreate: minor clean-ups 2015-11-22 22:30:12 -08:00
Austen Collins
4d061fbb91 ProjectCreate, StageCreate, RegionCreate: clean up and fix bugs 2015-11-22 21:12:48 -08:00
Austen Collins
ff06d1f4a5 FunctionDeploy: fix help 2015-11-22 17:39:31 -08:00
Austen Collins
489c000936 minor fixes before merge 2015-11-22 17:37:02 -08:00
Eslam A. Hefnawy
70fca1ed05 changed project structure with a new back folder 2015-11-23 03:06:08 +02:00
Austen Collins
2cd997d572 project json: remove api gateway ARN, add stage variable for apigateway 2015-11-22 13:42:09 -08:00
Austen Collins
65a650cb79 generateJawsBucketName: remove stage from project bucket 2015-11-22 13:21:00 -08:00
Austen Collins
d45ab45a34 FunctionDeploy: add support for multiple endpoints on a single function 2015-11-22 08:58:50 -08:00
Austen Collins
333034612a tests: fix tests to not include stage and region folders in test project's cloudformation folder 2015-11-22 08:06:59 -08:00
Austen Collins
495a542f56 FunctionDeploy: Add support for multiple endpoints for a single lambda
finish endpoint deploy
2015-11-21 20:43:40 -08:00
Austen Collins
8cc438f01b Fixes for aws_modules -> slss_modules change
Improve getFunctions util function
2015-11-21 14:49:24 -08:00
Austen Collins
aa7ff9372d aws_modules: replace with slss_modules 2015-11-21 13:17:19 -08:00
Eslam A. Hefnawy
9928eb397e moved utils/env func. to Misc 2015-11-20 22:47:26 +02:00
Eslam A. Hefnawy
652ad16287 added basic unit tests for some actions 2015-11-20 19:31:33 +02:00
Eslam A. Hefnawy
50c8236017 unit testing ProjectCreate & StageCreate 2015-11-20 19:23:28 +02:00
Austen Collins
a514dd33f2 FunctionDeploy: break into small functions 2015-11-19 22:48:31 -08:00
Austen Collins
e61c834749 FunctionDeploy: bug fixes 2015-11-19 14:02:47 -08:00
Austen Collins
d02b3f3668 FunctionDeploy: work on concurrent operations 2015-11-19 14:02:47 -08:00