64 Commits

Author SHA1 Message Date
Austen Collins
2e3502de4c FunctionCreate: minor fixes, EndpointDeploy and FunctionDeploy: better status updates 2015-12-07 22:36:19 -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
Austen Collins
955f7ca773 ModuleCreate: Refactor ModuleCreate scaffolding and include NPM dotenv dependency 2015-12-06 09:34:11 -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
Eslam A. Hefnawy
2f67adb08a FunctionCreate: updated module structure 2015-12-05 11:35:00 +02:00
Eslam A. Hefnawy
a8a0909ddc ModuleCreate: updated module structure 2015-12-05 10:40:18 +02:00
Austen Collins
93f22eb6ff s-module.json: add profile property 2015-12-04 14:23:55 -08:00
Austen Collins
01ba9f6a52 All: Rebrand 2015-12-03 20:31:49 -08:00
Austen Collins
4d061fbb91 ProjectCreate, StageCreate, RegionCreate: clean up and fix bugs 2015-11-22 21:12:48 -08:00
Eslam A. Hefnawy
e5291d8d62 ModulePostinstall: created, refactored & tested. 2015-11-21 03:49:34 +02:00
Austen Collins
d02b3f3668 FunctionDeploy: work on concurrent operations 2015-11-19 14:02:47 -08:00
doapp-ryanp
a780c8469f single cf files per project 2015-10-29 13:05:02 -05:00
doapp-ryanp
1b8a828ab0 deploy changes 2015-10-22 22:11:16 -05:00
doapp-ryanp
0631f44b2e awsm.json refactor and rename 2015-10-22 21:21:39 -05:00
doapp-ryanp
69c5e53472 refactor 2015-10-21 15:49:30 -05:00
doapp-ryanp
bc072fb925 new awsm.json format, alias lambda, version lambda 2015-10-20 22:17:50 -05:00
doapp-ryanp
f9702b14d2 be explicit with names for performance 2015-10-12 14:32:25 -05:00
Austen Collins
fd99bd2c2d ProjectCreate: Refactor and fix test 2015-10-11 23:16:28 -07:00
Kamil Burzynski
72d710b612 Added support for response models 2015-10-02 18:16:26 +02:00
doapp-ryanp
202495c144 specify jaws-core-js version. fix env set bug 2015-09-30 11:24:26 -05:00
doapp-ryanp
1b2817306f rename to aaDataModelStage. lots of bugfixes 2015-09-30 10:03:57 -05:00
Kamil Burzynski
e6a862e3e4 Updated jaws-core-js reference in handler template 2015-09-30 13:23:51 +02:00
doapp-ryanp
e0e7fa5575 dont default to private repo 2015-09-29 20:30:51 -05:00
Austen Collins
c84388cc46 new project: add readme creation and minor edits to package.json 2015-09-29 09:44:56 -07:00
Austen Collins
732986b4b7 new project: create runtime files (package.json) and install jaws-core-js 2015-09-29 09:34:23 -07:00
Austen Collins
f5741141e9 new command: finish refactor 2015-09-26 19:59:15 -07:00
Austen Collins
bf46599160 new project: refactor for new bucket organization. Change CFcreateresources to use TemplateBody, not S3 2015-09-26 15:27:14 -07:00
Austen Collins
3a4d4e4acd resources: add s3 project bucket 2015-09-26 12:36:31 -07:00
Austen Collins
2a3efef9e2 resources: Change one of the JAWS standard params. aaHostedZone is now aaProjectDomain 2015-09-24 12:44:28 -07:00
doapp-ryanp
ffd5b5f8e3 cleanup gitignore. add gitignore to new jaws project 2015-09-22 15:31:45 -05:00
doapp-ryanp
88521f9b8e dont include dotenv in new js modules 2015-09-22 13:50:41 -05:00
Jacob Evans
4adc77ed56 This had to be fixed! 2015-09-22 21:27:34 +10:00
doapp-ryanp
4a9303dc21 module install and update. dep auto install 2015-09-18 09:12:12 -05:00
doapp-ryanp
804af57af9 module install 2015-09-17 23:09:08 -05:00
doapp-ryanp
12234e64e1 module sub-command 2015-09-17 16:29:42 -05:00
doapp-ryanp
c3aaf8e7d7 module sub-command 2015-09-17 16:04:54 -05:00
doapp-ryanp
66a679e7a6 fix package.json location 2015-09-17 11:04:50 -05:00
doapp-ryanp
40fc48133a populate default cf param 2015-09-17 09:17:10 -05:00
Austen Collins
023bbc5328 deploy endpoints: refactor to pull deployed lambdas function names for endpoints 2015-09-16 14:24:12 -07:00
Austen Collins
6d9dd95171 new module: refactor 2015-09-16 13:17:08 -07:00
Austen Collins
46db814dda awsm template: fix apiGateway properties 2015-09-15 08:00:17 -07:00
doapp-ryanp
923752d2ac refactor 2015-09-15 09:34:53 -05:00
Jacob Evans
d5475c6748 Update default handler to use relative to file for .env 2015-09-15 11:36:37 +10:00
Austen Collins
1bdee8c968 new action: fix missing property in endpoint template 2015-09-14 00:15:34 -07:00
doapp-ryanp
afd6f6c50d move "envVars" into lambda attr 2015-09-08 15:43:12 -05:00
Austen Collins
6d1b3598c3 fix variable names, change test ENV variable names 2015-09-07 09:36:47 -07:00
Austen Collins
449c945bfe cloudformation: use pseudoe param to include region in policy resources 2015-09-07 08:18:02 -07:00