Daniel Schep
|
6421135504
|
Merge pull request #5566 from serverless/app-5402
Set reserved concurrency in cfn template even if zero
|
2018-12-05 14:26:57 -05:00 |
|
Daniel Schep
|
a493ce0920
|
Merge pull request #5559 from dholdren/ruby_invokeLocal
`invoke local` support for Ruby lambdas
|
2018-12-05 13:22:53 -05:00 |
|
Daniel Schep
|
6d7447c92e
|
use require("./#{handler_path}") instead of changing $LOAD_PATH
|
2018-12-05 13:13:18 -05:00 |
|
Daniel Schep
|
7a1f4ece8e
|
fix tests for invoke lcal env vars fix
|
2018-12-05 11:21:42 -05:00 |
|
Daniel Schep
|
84c99e2211
|
Set reserved concurrency in cfn template even if zero
fixes #5402
|
2018-12-05 11:05:11 -05:00 |
|
Daniel Schep
|
44a6ac1a10
|
set env vars from --env last in invoke local
fixes #5563
|
2018-12-05 09:43:24 -05:00 |
|
Daniel Schep
|
00756dd266
|
Merge pull request #5562 from exoego/log-retenion-regression
Fix logRetentionInDays regression in AWS
|
2018-12-05 09:30:03 -05:00 |
|
exoego
|
f129894392
|
Fix lint error.
|
2018-12-05 20:13:27 +09:00 |
|
exoego
|
57ccc68567
|
Error message should show actual value.
|
2018-12-05 20:01:40 +09:00 |
|
exoego
|
da53934e6e
|
Support logRetentionInDays given as string.
|
2018-12-05 19:59:03 +09:00 |
|
exoego
|
78f85c6bc5
|
Correct format.
|
2018-12-05 19:42:25 +09:00 |
|
exoego
|
d7719a266b
|
Consolidate logGroup pattern per function, not per service.
|
2018-12-05 19:42:25 +09:00 |
|
exoego
|
ef4b8c58ae
|
Consolidate permission per function, not per service.
|
2018-12-05 19:42:25 +09:00 |
|
exoego
|
e7652a5da1
|
Minimize logGroup wildcard to improve security.
|
2018-12-05 19:42:25 +09:00 |
|
exoego
|
98572d7e53
|
Remove unused variable.
|
2018-12-05 19:42:25 +09:00 |
|
exoego
|
c216bc2656
|
Generate Lambda::Permission objects in which logGroup name is wildcard to reduce final policy size.
|
2018-12-05 19:42:25 +09: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 |
|
Daniel Schep
|
5d9cfa90ef
|
Merge pull request #5546 from BigChief45/ruby-support
Add Ruby 2.5 support in AWS Lambda
|
2018-11-30 09:23:06 -05:00 |
|
Daniel Schep
|
86b862d17d
|
git mv .gitignore gitignore
|
2018-11-30 09:10:38 -05:00 |
|
Jaime Alvarez
|
73dc95ee65
|
💎 💎 💎 Add Ruby 2.5 support in AWS Lambda
https://aws.amazon.com/about-aws/whats-new/2018/11/aws-lambda-supports-ruby/
Closes #5540
|
2018-11-29 21:02:08 +00:00 |
|
Daniel Cottone
|
601d9df12e
|
fixing lint issue
|
2018-11-29 14:26:50 -06:00 |
|
Daniel Cottone
|
f1cae26a2e
|
Merge remote-tracking branch 'upstream/master' into api-gateway-compression
|
2018-11-29 14:21:24 -06:00 |
|
Daniel Cottone
|
2097431746
|
Merge remote-tracking branch 'upstream/master' into api-gateway-compression
|
2018-11-29 10:59:20 -06:00 |
|
Daniel Schep
|
b348471c05
|
test coverage!
|
2018-11-29 10:55:52 -05:00 |
|
Daniel Schep
|
c54969b255
|
change plugin sort order to match hook order
|
2018-11-29 10:55:52 -05:00 |
|
Daniel Schep
|
cc24fa8c73
|
remove an other spread operator
|
2018-11-29 10:55:52 -05:00 |
|
Daniel Schep
|
b35d37f896
|
remove use of spread for node 4 support
|
2018-11-29 10:55:52 -05:00 |
|
Daniel Schep
|
577f85d070
|
Info support for layers
|
2018-11-29 10:55:52 -05:00 |
|
Daniel Schep
|
0938594348
|
fix no-deploy check
|
2018-11-29 10:55:52 -05:00 |
|
Daniel Schep
|
2ad01b3fe3
|
[WIP] Support for publishing Lambda Layers
|
2018-11-29 10:55:52 -05:00 |
|
Daniel Schep
|
2d4376b7f2
|
Support for using Lambda Layers
|
2018-11-29 10:55:52 -05:00 |
|
vkkis
|
8fea1fa901
|
fix travis
|
2018-11-29 17:02:09 +02:00 |
|
vkkis
|
40f892b3d5
|
sets the description only if it's provided
|
2018-11-29 16:51:27 +02:00 |
|
Daniel Schep
|
83fb574e07
|
Update lib/plugins/aws/package/compile/events/apiGateway/lib/restApi.js
Co-Authored-By: daniel-cottone <daniel.cottone@asurion.com>
|
2018-11-29 07:52:40 -06:00 |
|
Daniel Schep
|
5157bdba46
|
Merge pull request #5525 from serverless/fix-invoke-local-callback
Fix invoke local when using callback in nodejs
|
2018-11-29 08:13:27 -05:00 |
|
Daniel Cottone
|
efa31ac5ef
|
fixing variable check and adding back test
|
2018-11-27 14:51:02 -06:00 |
|
Daniel Cottone
|
1b41e1393a
|
removing broken test
|
2018-11-27 12:54:53 -06:00 |
|
Daniel Cottone
|
e78d3cb541
|
Add support for API Gateway payload compression
|
2018-11-27 11:32:53 -06:00 |
|
Daniel Schep
|
42e0cf4dff
|
test invoke local support for returning value directly and fix it
|
2018-11-27 11:35:18 -05:00 |
|
Daniel Schep
|
dab98891d5
|
Merge pull request #5521 from jspies/jspies/update-config-docs
update docs to new more consistent config
|
2018-11-27 10:56:24 -05:00 |
|
Daniel Schep
|
5ffd7f4ae8
|
Fix invoke local when using callback in nodejs
|
2018-11-27 09:52:50 -05:00 |
|
Jonathan Spies
|
5a703e95c1
|
update docs to new more consistent config
|
2018-11-26 11:09:31 -06:00 |
|
Jeremy Benoist
|
f8a99e942d
|
--aws-profile should override profile defined in serverless.yml
|
2018-11-22 15:40:25 +01:00 |
|
Sean O'Hollaren
|
45683ad808
|
Fix bug where code attempted to parse data / context objects when they were not supplied
|
2018-11-21 12:16:43 -08:00 |
|
vkkis
|
44c24b503c
|
fix eslint
|
2018-11-21 11:17:14 +02:00 |
|
vkkis
|
d88cf97107
|
test
|
2018-11-21 11:04:58 +02:00 |
|
vkkis
|
3f5fa1acf5
|
rewrite unit tests in order to increase code coverage
|
2018-11-21 10:49:17 +02:00 |
|
vkkis
|
d300d5bc70
|
test commit
|
2018-11-21 10:22:56 +02:00 |
|
vkkis
|
25b48a2c7c
|
fix eslint
|
2018-11-20 18:38:30 +02:00 |
|