1780 Commits

Author SHA1 Message Date
Philipp Muens
2546b17581
Merge pull request #5860 from serverless/x-ray-lambda
Add AWS x-ray support for Lambda
2019-03-04 13:04:52 +01:00
Philipp Muens
92ee75d639
Merge pull request #5885 from bokan/fix-template-normalization
Fix CloudFormation template normalization
2019-03-04 12:59:52 +01:00
Philipp Muens
7d819197bb Add tests 2019-03-04 12:46:16 +01:00
Eslam λ Hefnawy
136fcb4f1f
Merge pull request #5880 from serverless/ws-roles-bug
Fix bug when using websocket events with functions with custom roles
2019-03-04 12:51:01 +03:00
Boris
cf494e0b1a Fix CloudFormation template normalization
Signed-off-by: Boris <bokan.boris@gmail.com>
2019-03-01 10:11:57 +01:00
Daniel Schep
24ffec19af Print customized function names correctly in sls info output 2019-02-28 15:07:52 -05:00
Eslam A. Hefnawy
cc4bafab06 dont add websockets policies when using custom roles 2019-02-28 15:09:48 +03:00
Eslam λ Hefnawy
0293040164
Merge pull request #5867 from serverless/wb-authorizers
Added websockets authorizer support
2019-02-28 14:55:55 +03:00
Eslam λ Hefnawy
85701b4588
Merge pull request #5865 from serverless/ws-normalize-route
Websockets: Support more route characters
2019-02-28 14:51:00 +03:00
Eslam A. Hefnawy
4fcda374f0 remove only 2019-02-27 17:34:47 +03:00
Eslam A. Hefnawy
2a8fedc2f3 added tests 2019-02-27 17:34:29 +03:00
Eslam A. Hefnawy
544d5099fa change route normalization names 2019-02-27 16:11:02 +03:00
Eslam A. Hefnawy
e7c5acf6b8 tested authorizers 2019-02-27 15:54:13 +03:00
Philipp Muens
72ce7d907c Simplify tracing configuration 2019-02-27 13:41:02 +01:00
Philipp Muens
a0b9951ac2 Move from object syntax to simple string syntax 2019-02-27 13:26:15 +01:00
Philipp Muens
4bd8b593b9 Add AWS x-ray support for Lambda 2019-02-27 13:26:15 +01:00
Eslam A. Hefnawy
c6f955ab00 added authorizer support 2019-02-26 16:44:58 +03:00
Philipp Muens
cf283381da
Merge pull request #5274 from Vol4Life27/add-s3-deployment-resource-tagging
Added ability to add S3 deployment resource tags
2019-02-25 15:00:16 +01:00
Philipp Muens
e8ccc7afe6 Replace tagging of uploaded artifacts with resource tagging of bucket 2019-02-25 14:37:26 +01:00
Eslam A. Hefnawy
85741629cd support more route chars 2019-02-25 16:24:07 +03:00
Eslam λ Hefnawy
9538caf089
Merge pull request #5443 from yahehe/master
Improves usage and documentation of SNS event sources.
2019-02-25 15:22:25 +03:00
Philipp Muens
627600fca7 Fix tests 2019-02-21 13:13:12 +01:00
Philipp Muens
0f2b3e7d8d Merge branch 'master' into add-s3-deployment-resource-tagging 2019-02-19 15:28:26 +01:00
Eslam λ Hefnawy
3408a4ee15
Merge pull request #5824 from serverless/websockets
Add support for websockets event
2019-02-19 15:25:38 +03:00
Philipp Muens
0968f12e89 Validation if event is either http or websocket 2019-02-18 09:59:35 +01:00
Philipp Muens
bad6a4a102 Fix displaying of services with REST and WSS APIs 2019-02-18 09:54:25 +01:00
Corey Walker
1de43e477b
Changed format to use same tagging format as other properties 2019-02-15 17:12:57 -05:00
Philipp Muens
1661bf338b Add support string-based event definition 2019-02-15 14:09:36 +01:00
Philipp Muens
55036949a2 Change property name from routeKey to route 2019-02-15 12:07:07 +01:00
Philipp Muens
0fd67336f7 Rework error tests 2019-02-14 16:06:18 +01:00
Philipp Muens
c2a1bff60e Add unit tests 2019-02-14 15:45:49 +01:00
Tan Zhen Yong
998e8e5761 Add stack trace to error from AWS invokeLocal 2019-02-14 20:31:14 +08:00
Philipp Muens
8fce692dca Update check to use protocol / Add display tests 2019-02-14 12:32:01 +01:00
Philipp Muens
ff204eb302 Add websocket endpoint to outputs / display it via info 2019-02-14 12:10:01 +01:00
Eslam A. Hefnawy
6f6f49d43e all routes working 2019-02-13 16:44:03 +03:00
Philipp Muens
415ca07f70
Merge pull request #5800 from a-h/enable_s3_encryption
Update bucket conf to default AES256 encryption.
2019-02-13 12:46:01 +01:00
Eslam A. Hefnawy
231e96045f wip - websockets support 2019-02-11 18:24:54 +03:00
Daniel Schep
b32b200b14
Merge pull request #5718 from Biteable/make-local-ruby-pry-work
Make local ruby pry work
2019-02-08 10:00:48 -05:00
Jon Burgess
801278039c Ensure we don't break ruby local invocation on linux 2019-02-08 09:11:47 +11:00
Philipp Muens
6a4dc2b68e
Merge pull request #5787 from Kivol/dfuc-layer-option
Added layer option for deploy function update-config
2019-02-07 11:26:07 +01:00
Philipp Muens
bc9cb08bad
Merge pull request #5791 from danielcondemarin/aws-deploy-checkForChanges-TODO
Replace blocking fs.readFileSync with non blocking fs.readFile in checkForChanges.js
2019-02-07 11:22:16 +01:00
Adrian Hesketh
2e85b52bce
Removed AWS S3 versioning and fixed build error for Node 4.4. 2019-02-06 17:07:30 +00:00
Adrian Hesketh
3ed18cfb89
Update bucket conf to default AES256 encryption and enable versioning. 2019-02-05 22:52:22 +00: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
Kivol
c09355b4e0 Passing lint 2019-02-05 09:59:39 +09:00
danielconde
1929af8ae8 Read files before hashing asynchronously on checkIfDeploymentIsNecessary 2019-02-04 22:30:14 +00:00
Kivol
8b7393db94 Added layer option for deploy function update-config 2019-02-05 02:31:54 +09:00
pchynoweth
4c935d11e0 Fixed up linting issues 2019-02-04 10:09:55 +00:00
pchynoweth
9a25ade818 Added unit tests 2019-02-04 10:00:14 +00:00