4240 Commits

Author SHA1 Message Date
ac360
09f54b4c08 Remove unnecessary console.logs 2016-02-02 01:45:58 -08:00
ac360
981cb2fb78 ProjectInstall: fix 2016-02-02 01:41:05 -08:00
Eslam A. Hefnawy
a361755a1a removed depricated message from projectCreate 2016-02-02 14:17:48 +07:00
Eslam A. Hefnawy
7b894fb08a change projectInstall message 2016-02-02 13:39:06 +07:00
ac360
c56affdb44 RegionCreate: Fix noExeCf option 2016-02-01 09:42:27 -08:00
Kamil Burzynski
3cdd7210e5 Fixed SERVERLESS_PROJECT_NAME=undefined in .env after fresh project creation. 2016-02-01 13:40:21 +01:00
Kamil Burzynski
515ecfe2b8 Fixed project init, when there is multiple profiles in aws credentials to be chosen from. 2016-02-01 13:32:26 +01:00
Austen
b6a56a8580 Merge pull request #546 from jordanmack/fix-workaround-for-aws-input-json
Implement workaround for the AWS quirk on $input.json().
2016-02-01 01:07:39 -08:00
Jordan Mack
927a814667 Implement workaround for AWS of requiring a value that is not JSON compliant when using $input.json(). 2016-01-31 23:28:06 -08:00
Jordan Mack
4345e9c012 Add functionality to allow serverless function run to use the current function path if one was not specified on the CLI. 2016-01-31 18:33:12 -08:00
Jordan Mack
b5f3cf8311 Add additional hotkeys and instruction text to dash. 2016-01-30 19:38:50 -08:00
Austen Collins
ab2b67e5d5 FunctionDeploy: Create distribution directory in path so that package in project's package.json can be used for build operations 2016-01-29 17:55:58 -08:00
Austen Collins
b7a302e6a3 ServerlessModule: remove unnecessary properties, make simpler 2016-01-29 16:34:19 -08:00
Austen Collins
3b519a9bac Removal Action: minor fixes 2016-01-29 16:09:32 -08:00
Egor Kislitsyn
30854e1efa adds RegionRemove action 2016-01-29 15:32:59 -08:00
Egor Kislitsyn
740bdde091 adds fs dependency back 2016-01-29 15:31:09 -08:00
Egor Kislitsyn
c65fdef870 removes loads and fs dependencies; 2016-01-29 15:31:09 -08:00
Egor Kislitsyn
08e7abab3d adds stackName to the event data 2016-01-29 15:31:09 -08:00
Egor Kislitsyn
7bf69b31fb removes S3 stuff from ResourseRemove 2016-01-29 15:29:39 -08:00
Egor Kislitsyn
522298270f adds ResourcesRemove action 2016-01-29 15:27:58 -08:00
Egor Kislitsyn
2b5c89ebcb adds ProjectRemove and StageRemove actions 2016-01-29 15:24:45 -08:00
Egor Kislitsyn
607ac1ebbb fix RegionRemove action 2016-01-29 15:24:45 -08:00
Egor Kislitsyn
2894f38c0d adds RegionRemove action 2016-01-29 15:24:44 -08:00
Egor Kislitsyn
9a778b1087 adds fs dependency back 2016-01-29 15:24:44 -08:00
Egor Kislitsyn
4a68bfc60c removes loads and fs dependencies; 2016-01-29 15:24:44 -08:00
Egor Kislitsyn
77c15d8cd0 adds stackName to the event data 2016-01-29 15:24:44 -08:00
Egor Kislitsyn
770ccd69e3 removes S3 stuff from ResourseRemove 2016-01-29 15:24:44 -08:00
Egor Kislitsyn
7f25a879e4 adds ResourcesRemove action 2016-01-29 15:24:44 -08:00
Austen Collins
56660fec55 ProjectInit: fix profile usage 2016-01-29 15:03:05 -08:00
Austen Collins
90eb9197e0 DashSummary: optimize layout 2016-01-29 13:51:30 -08:00
Austen Collins
dc9da9347b DashSummary: Optimize layout 2016-01-29 13:50:03 -08:00
Eslam A. Hefnawy
b5861f791f added CloudWatchLogs event source 2016-01-29 21:42:04 +07:00
Eslam A. Hefnawy
85cbd66d74 added S3 events support 2016-01-29 20:11:57 +07:00
ac360
fabb84f44b ProjectInit, ProjectInstall: fix tests 2016-01-28 23:09:28 -08:00
ac360
581169845b ProjectInstall: refactor to use ProjectInit 2016-01-28 22:45:29 -08:00
ac360
8cd97a4cf3 ProjectInit: init plain projects, copied from git clone 2016-01-28 21:46:28 -08:00
ac360
d3998fc2dc ProjectInit, ServerlessProject: Optimize code 2016-01-28 21:33:47 -08:00
ac360
e04c03ae34 ProjectCreate: Add deprecated warning 2016-01-28 19:46:20 -08:00
ac360
66816804c8 ProjectCreate: Change to ProjectInit 2016-01-28 19:37:09 -08:00
ac360
e3706960f6 RegionCreate: create project bucket in here 2016-01-28 18:13:15 -08:00
ac360
e851b63a67 ProjectInit: create action 2016-01-28 18:12:31 -08:00
ac360
8b953558ff ProjectCreate: don't create project bucket here 2016-01-28 18:11:35 -08:00
ac360
5b31ad83e5 ServerlessProject: remove templates property before save 2016-01-28 08:22:29 -08:00
Eslam A. Hefnawy
0714a9734c added Lambda to event action name 2016-01-28 20:41:08 +07:00
Eslam A. Hefnawy
6aec0ba264 Revert "added event source support"
This reverts commit 916d09e1ec686f56f318b986342a192e811e0e69.
2016-01-28 17:59:44 +07:00
Eslam A. Hefnawy
bcf6cb3c2f Revert "ServerlessFunction: Fix endpoint and event loading"
This reverts commit dc6b480358a70b0c776c5b7fbb00e3b4abf01a33.
2016-01-28 17:59:00 +07:00
ac360
dc6b480358 ServerlessFunction: Fix endpoint and event loading 2016-01-27 21:38:44 -08:00
Eslam A. Hefnawy
916d09e1ec added event source support 2016-01-27 20:46:58 +07:00
Ryan S. Brown
4c8784a3a3 Fix syntaxerror introduced with blank __init__.py file 2016-01-26 13:39:25 -05:00
ac360
525562024b Release v0.2.0 2016-01-26 09:04:56 -08:00