132 Commits

Author SHA1 Message Date
Mariusz Nowak
0c8c8a0fb6
Merge pull request #6983 from serverless/bump-runtime-in-docs
Default to Nodejs12.x runtime
2019-11-20 12:18:10 +01:00
Mariusz Nowak
71699d9a47
Default to nodejs12.x runtime 2019-11-20 09:48:32 +01:00
kdnakt
42517daf96 Python3.8 support! 2019-11-20 01:29:39 +09:00
Daniel Schep
ae36c256c0 plat-1798 - set env vars for AWS creds from cached credentials in invoke local
this allows for use of credentials provided by a deploy profile in the
serverless dashboard
2019-11-07 12:54:34 -05:00
Mariusz Nowak
d2e537329f
Fix lint issues
Came out after change to no-confusing-arrow rule
2019-07-19 17:46:08 +02:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Jonathan Wilbur
b96404763b
Make stackTrace undefined if err.stack undefined 2019-06-19 09:12:44 -04:00
Jonathan Wilbur
c6f64e50e1
Fix #6267 2019-06-18 17:58:45 -04:00
Mariusz Nowak
9ff21c89cc
Ensure to handle spawn error 2019-06-04 15:05:43 +02:00
Philipp Muens
25ca3bb84d Setup Travis to work with Windows / Remove AppVeyor 2019-05-21 12:34:15 +02:00
Philipp Muens
5b5425d939 Update AWS Node.js runtime to version 10 2019-05-15 14:27:55 +02:00
Deepak N
19e7b7b522 Merge remote-tracking branch 'origin/master' into bugfix/5945_invoke_local_docker_env_vars 2019-04-09 15:25:13 +05:30
Deepak N
de0e24803c Merge remote-tracking branch 'origin/master' into bugfix/5947_invoke_local_handle_dependency 2019-04-09 07:44:43 +05:30
Deepak N
10e6df83e9 Merge remote-tracking branch 'origin/master' into bugfix/5945_invoke_local_docker_env_vars 2019-04-09 07:39:14 +05:30
Daniel Schep
10d73b2bf3
Merge pull request #5992 from endeepak/bugfix/5990_invoke_local_docker_layer_cache_fix
#5990: Fix layer download caching during invoke local docker
2019-04-08 16:14:14 -04:00
Philipp Muens
580396ac15
Merge pull request #5994 from endeepak/feature/5993_invoke_local_docker_arg
#5993: Ability to pass args for docker run command during invoke local docker
2019-04-08 03:34:50 -07:00
Deepak N
8981cbc570 #5947: Handle creation of files under subfolder name starting with dot 2019-04-04 10:36:26 +05:30
Deepak N
94921b3f43 #5993: Fix flatMap function usage 2019-04-03 19:18:15 +05:30
Deepak N
f9aae6a1c6 #5993: Ability to pass args for docker run command during invoke local docker 2019-04-03 18:50:55 +05:30
Deepak N
5593209a8b #5990: Fix layer download caching during invoke local docker 2019-04-02 15:44:58 +05:30
Deepak N
d9a3fd545d #5947: Ensure package zip without subfolders doesn't fail 2019-04-02 10:44:29 +05:30
Deepak N
7a5745b1c6 #5945: Invoke local docker to pass env vars to lambda container 2019-04-02 10:01:17 +05:30
Deepak N
83465af9a2 #5947: Ensure invoke local docker runs lambda with the dependencies by using packaged artifact 2019-03-29 19:09:45 +05:30
Jerome Doby
bfd2641388 increment invoke-bridge version 2019-03-26 07:31:26 -05:00
Philipp Muens
2dbc267eac Add check if Docker daemon is running 2019-03-14 13:05:24 +01:00
Daniel Schep
6cf3563139 jszip as main dep, DRY getting runtime, use on exit instead of on close 2019-03-13 09:27:34 -04:00
Daniel Schep
af92c09335 review feedback 2019-03-06 09:27:42 -05:00
Daniel Schep
ee3fef217d support for package artifact based services! 2019-03-05 11:28:13 -05:00
Daniel Schep
60c4151baf global layer cache 2019-03-05 11:28:13 -05:00
Daniel Schep
df1860dc46 restore original functionality! docker as fallback/flag 2019-03-05 11:28:13 -05:00
Daniel Schep
6ceef70718 move docker to own func to retain old functionality 2019-03-05 11:28:13 -05:00
Daniel Schep
dbd6b0a19c rework a bit 2019-03-05 11:28:13 -05:00
Daniel Schep
47d08005de use 's builtin unzipping 2019-03-05 11:28:13 -05:00
Daniel Schep
9e5512e66e use path.join, right log func, and pre-download base image if needed 2019-03-05 11:28:13 -05:00
Daniel Schep
ebf9eef917 support for service wide layer declaration. closes #5582 2019-03-05 11:28:13 -05:00
Daniel Schep
6046d9463a fix executable & binary layer contents 2019-03-05 11:28:13 -05:00
Daniel Schep
0dc1a5f38f support for layers!! 2019-03-05 11:28:13 -05:00
Daniel Schep
c71ae6808a WIP 2019-03-05 11:28:13 -05:00
Tan Zhen Yong
998e8e5761 Add stack trace to error from AWS invokeLocal 2019-02-14 20:31:14 +08:00
Daniel Schep
9b716b4be0 lint 2019-02-05 13:16:32 -05:00
Daniel Schep
931caf866d set timout&others on context in python invoke local
closes #5792
2019-02-05 13:02:39 -05:00
Philipp Muens
89d037c468
Merge pull request #5662 from jetbridge/master
Provide AWS_PROFILE from configuration for invoke local
2019-01-22 13:12:29 +01:00
Mischa Spiegelmock
b563fb218e attempting to create a test for invoke local with profile 2019-01-16 15:58:30 +02:00
Daniel Schep
c0a48b1ef7 remove use of Object.entries & String.includes & Array.includes 2019-01-16 07:32:07 -05:00
Mischa Spiegelmock
7004831dd4 provide AWS_PROFILE from configuration for invoke local - same as region 2019-01-08 13:45:12 +02:00
Takahiro Horike
b7936defe0
Merge pull request #5378 from medikoo/fix-error-output
Fix error log output
2018-12-31 15:48:09 +09:00
Daniel Schep
fa4ef1159a
Merge pull request #5565 from serverless/sls-5563
set env vars from --env last in invoke local
2018-12-05 14:43:36 -05:00
Daniel Schep
44a6ac1a10 set env vars from --env last in invoke local
fixes #5563
2018-12-05 09:43:24 -05:00
Dean Holdren
99c4256461 support Ruby class method as handler 2018-12-04 16:28:14 -05:00
Dean Holdren
d147db90b0 ruby support for invokeLocal 2018-12-04 13:48:45 -05:00