Eslam A. Hefnawy
e0eb0803d8
added and tested scheduled lambda event source
2016-02-06 11:45:29 +07:00
Eslam A. Hefnawy
b7ac8452f7
final fixes
2016-02-04 17:40:19 +07:00
Eslam A. Hefnawy
769cd08a26
testing SNS event source
2016-02-04 17:31:24 +07:00
Eslam A. Hefnawy
7f5bba3589
added SNS event source
2016-02-04 16:48:25 +07:00
Eslam A. Hefnawy
74c3df69ec
log warrning if variable doesnt exist instead of error
2016-02-04 12:27:37 +07:00
Eslam A. Hefnawy
203834611d
tiny fix
2016-02-03 20:50:25 +07:00
Eslam A. Hefnawy
bed3213394
added unit test for S3 event source
2016-02-03 18:53:48 +07:00
Eslam A. Hefnawy
db53f737dc
no longer need lambdaArn
2016-02-03 17:35:18 +07: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
Eslam A. Hefnawy
0714a9734c
added Lambda to event action name
2016-01-28 20:41:08 +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
ac360
05abbb4fa8
DashSummary: Fix error
2016-01-26 08:14:29 -08:00
Eslam A. Hefnawy
8c38a6af96
projectInstall: clean packcage.json
2016-01-26 17:23:45 +07:00
Eslam A. Hefnawy
10b91037c2
projectInstall: auto install components deps
2016-01-26 16:52:48 +07:00
Eslam A. Hefnawy
91f97dcd96
projectInstall: fixed errors
2016-01-26 16:24:17 +07:00
Joost Farla
e5afd30532
Allow other endpoint types
2016-01-26 06:42:34 +00:00
Austen
7b0b90ed65
Merge pull request #507 from ryansb/python-support
...
Python support
2016-01-25 16:34:38 -08:00
Ryan S. Brown
938f0a7da9
Fix missing comma when creating vendor directory
2016-01-25 16:16:37 -05:00
Ryan S. Brown
e04b6f3472
Fix deploy call to be runtime-independent
2016-01-25 16:05:47 -05:00
Ryan S. Brown
08428928fd
Remove Python deploy action
2016-01-25 16:04:28 -05:00
Ryan S. Brown
f72193963b
Fix object naming
2016-01-25 16:04:15 -05:00
Ryan S. Brown
960b500843
Move lambda deploy plugin to be runtime-generic
2016-01-25 16:03:12 -05:00
Eslam A. Hefnawy
e597f1dff5
function run fetches env var from stage and region if provided
2016-01-26 00:04:35 +07:00
Eslam A. Hefnawy
b93f39ab31
new action: DashSummary. summary about your project stages, regions, components, modules, functions and endpoints.
2016-01-25 18:25:47 +07:00
ac360
c3f8691488
Release V0.1.5
2016-01-23 09:07:57 -08:00
ac360
149a0d5a3d
Serverless: Bring back _init method for backwards compatibility
2016-01-23 09:07:24 -08:00
Ryan S. Brown
2cc3f7503c
Add a __init__.py to the folder
2016-01-23 10:29:43 -05:00
Ryan S. Brown
55d8d459fc
Use pip to install base python dependencies
...
... of which there are currently none, but that's fine.
2016-01-23 10:24:48 -05:00
Ryan S. Brown
495376ccd4
Add utility for pip installation using -t
2016-01-23 10:24:29 -05:00
Ryan S. Brown
bfe2976d07
Allow Python functions to be run locally top-level dir
...
Use the real path of the running file instead of the relative path from
where the function is run.
This means `serverless function run componentnamd/modname/functionname`
works everywhere in the project, not just in the function directory.
2016-01-23 10:22:15 -05:00
Ryan S. Brown
a8250978de
Add component lib import to example handler
2016-01-23 09:44:06 -05:00
Ryan S. Brown
bb438e6acb
Add Python2 deploy action - hurrah!
2016-01-23 09:34:03 -05:00
Ryan S. Brown
a8b58aa63c
First pass at Python2 deployment for functions
2016-01-23 09:08:15 -05:00
Ryan S. Brown
26db3e3ba3
Merge Node and Python deploy package step
...
This commit kills the language-agnostic CodePackageLambdaNodeJs action
in favor of the agnostic CodePackageLambda. We can still do
language-specific stuff, but 100% of the logic for packaging as it is
now is agnostic, so it doesn't need to be separate.
2016-01-23 09:08:15 -05:00
Ryan S. Brown
3188a38b8d
Add py2 packaging to Actions.json
2016-01-23 09:08:15 -05:00
Ryan S. Brown
d0f2a10c9b
Add python packaging call
2016-01-23 09:08:15 -05:00
Ryan S. Brown
54055d1271
Remove debug statement
2016-01-23 09:08:15 -05:00
Ryan S. Brown
e2e02a004b
Add Python2 FunctionRun action
2016-01-23 09:08:15 -05:00
Ryan S. Brown
21d0f270ec
Add Python run handler
2016-01-23 09:08:15 -05:00
Ryan S. Brown
d9ad1ecb74
Handle dependencies and lib templates for Python runtime
2016-01-23 09:08:14 -05:00
Ryan S. Brown
3e198c1d8d
Add python template files
2016-01-23 09:08:14 -05:00
Ryan S. Brown
2f0bb5620b
Copy python templates to new functions
2016-01-23 09:08:14 -05:00
Ryan S. Brown
8b9476fa91
Add Python/pip as runtime & package manager
2016-01-23 09:08:14 -05:00
ac360
95d997733c
DashDeploy/FunctionDeploy: Minor UX improvements
2016-01-22 16:39:39 -08:00
ac360
16d9b6b7bc
Templates: Fix template inheritance, allow template files in every level of organization, each inherit subjectively from the project level to the asset being populated
2016-01-22 16:18:12 -08:00
ac360
73be1b3fa7
Templates: fix method used to merge multiple template files
2016-01-22 14:04:09 -08:00