9831 Commits

Author SHA1 Message Date
Philipp Muens
391488bb39 Add ${sls:} Serverless Variable 2019-03-22 10:08:19 +01:00
Philipp Muens
549ca44531 Create instanceId when running init 2019-03-22 10:08:19 +01:00
Philipp Muens
660804d4a6
Merge pull request #5335 from johnlim/master
Fixes #5188 "Failed to fetch the event types list due the error: API …
2019-03-22 09:42:05 +01:00
Philipp Muens
9c4dce4dde
Merge pull request #5949 from Psykyck/master
Document changes from #4951
2019-03-22 09:37:18 +01:00
Philipp Muens
4eab0ca5a6 Merge branch 'master' into eg-api-key-error 2019-03-21 14:24:32 +01:00
Philipp Muens
b5d0416bff Merge branch 'master' into eg-api-key-error 2019-03-21 14:22:07 +01:00
Philipp Muens
7b73f47134
Merge pull request #5948 from serverless/add-util-class-tests
Add unit tests for getLocalAccessKey function
2019-03-21 14:21:02 +01:00
Philipp Muens
4a641471f8 Add unit tests for getLocalAccessKey function 2019-03-21 14:10:02 +01:00
Philipp Muens
31f5f2f516
Merge pull request #5898 from snurmine/issues/4862
Support for asynchronous lambda invocation with integration type AWS
2019-03-21 13:50:47 +01:00
Philipp Muens
fac1cd127a Add additional test for async-only config 2019-03-21 13:38:27 +01:00
Philipp Muens
315320f50c
Merge pull request #5944 from stuartsan/patch-1
Documentation tweak around shared authorizers
2019-03-21 13:15:06 +01:00
Philipp Muens
64d43869e3
Merge pull request #5943 from trevorallred/patch-1
Fixing minor typo
2019-03-21 13:13:25 +01:00
Stuart Sandine
6d61d0384c
Documentation tweak around shared authorizers
Authorizers of type REQUEST are also fine
2019-03-20 16:38:22 -07:00
Trevor Allred
657bf8e245
Update invoke-local.md 2019-03-20 13:28:01 -07:00
Sami Nurminen
6d82631473 Support for asynchronous lambda invocation with integration type AWS 2019-03-20 20:35:47 +02:00
Philipp Muens
0d7f7f49be
Merge pull request #5941 from serverless/patch-1.39.x
Merge patch relese branch back into master
2019-03-20 14:15:06 +01:00
Clement
e5316c6110
document changes from #4951
add `stackName` and `apiName` to `serveless.yml` example
2019-03-19 14:32:45 -04:00
Philipp Muens
5619635f9e
Merge pull request #5937 from dnicolson/patch-1
Align error logging
2019-03-18 12:44:28 +01:00
Dave Nicolson
9d26b00ddb
Align error logging length 2019-03-18 11:52:59 +01:00
Philipp Muens
5d2b9760eb Releasing v1.39.1 v1.39.1 2019-03-18 11:28:14 +01:00
Philipp Muens
cd0d33d3c4 Revert "Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json" 2019-03-18 11:25:34 +01:00
Philipp Muens
c1e0a1bef3
Merge pull request #5936 from serverless/revert-5297-fix-4188
Revert "Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json"
2019-03-18 11:24:46 +01:00
Philipp Muens
e1f09f3039
Revert "Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json" 2019-03-18 11:12:25 +01:00
Philipp Muens
5242314322
Merge pull request #5922 from rodolphito/patch-1
Fixed typo "disonnect"
2019-03-15 14:45:23 +01:00
Eslam λ Hefnawy
e666e5f49f
Merge pull request #5924 from serverless/release-1-39
Releasing v1.39.0
v1.39.0
2019-03-15 16:15:34 +03:00
TATSUNO Yasuhiro
eb9e589d60
Update CHANGELOG.md
Co-Authored-By: eahefnawy <eahefnawy@gmail.com>
2019-03-15 13:45:27 +03:00
Eslam A. Hefnawy
f17b220905 releasing v1.39.0 2019-03-15 13:33:48 +03:00
rodolphito
a5e6d44738
Fixed typo "disonnect" 2019-03-14 22:51:29 -07:00
Philipp Muens
fe86fdee0f
Merge pull request #5297 from fruffin/fix-4188
Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json
2019-03-14 13:41:07 +01:00
Philipp Muens
5d73e815ef
Merge pull request #5899 from serverless/sls-5891
[SLS-6891] fix regression with golang check on windows
2019-03-14 13:27:01 +01:00
Philipp Muens
00d129ca86
Merge pull request #5863 from serverless/invoke-local-docker
Invoke local docker
2019-03-14 13:16:09 +01: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
Philipp Muens
b8dd365071
Merge pull request #5912 from fivepapertigers/cloudwatch-event-input-transformer
Support for Cloudwatch Event InputTransformer
2019-03-13 14:13:39 +01:00
Philipp Muens
92a9189447 Merge branch 'master' into deployment-stage-description 2019-03-13 12:43:26 +01:00
Philipp Muens
93b7ec3298
Merge pull request #5911 from dalevfenton/docs/authorizer-type
Add type configuration to aws serverless.yml guide for authorizer
2019-03-13 12:39:10 +01:00
Jacob Griswold-Moran
0d0cba8334 adds inputTransformer option to aws cloudwatchEvent events
This change allows the InputTransformer cloudformation option to be used in aws `cloudwatchEvent` event types.
2019-03-12 11:59:11 -04:00
Jacob Griswold-Moran
756dd14dc9 adds inputTransformer option to aws schedule events
This change allows the InputTransformer cloudformation option to be used in aws `schedule` event types.
2019-03-12 11:59:03 -04:00
Dale Fenton
e7df2df6d1 add type configuration to aws serverless.yml guide for authorizer 2019-03-11 16:56:17 -04:00
Daniel Schep
8c0d2825fd document docker support! 2019-03-11 14:48:07 -04:00
Eslam λ Hefnawy
06c82220cf
Merge pull request #5909 from matheussilvasantos/patch-2
Add links to the respective core concepts
2019-03-11 16:36:01 +03:00
Eslam λ Hefnawy
7af2401d12
Merge pull request #5889 from PaulShestakov/serverless-js-unused-code-cleanup
Cleanup Serverless.js file from unused code
2019-03-11 16:33:24 +03:00
Matheus Silva Santos de Oliveira
ecdd28f509
Add links to the respective core concepts
I think it would be a good idea to have a link to the core concepts when mentioning them.
2019-03-10 10:27:42 -03:00
Philipp Muens
5e6859b9a7
Merge pull request #5743 from therockstorm/iss-5742
Allow individual packaging with TypeScript source maps
2019-03-08 13:17:50 +01:00
Philipp Muens
acad19ae1a Merge branch 'master' into iss-5742 2019-03-08 13:07:56 +01:00
Philipp Muens
2a846cabb8 Add check for packageReference / Add tests 2019-03-07 14:44:13 +01:00
Philipp Muens
79598b2f74 Merge branch 'master' into fix-4188 2019-03-07 14:00:09 +01:00
Philipp Muens
825f20c80f
Merge pull request #5509 from techmagic-team/feat/apiGatewayDescription
Support API Gateway stage deployment description
2019-03-07 13:51:56 +01:00
Philipp Muens
fc2600b2d2 Update Description in tests 2019-03-07 13:36:05 +01:00
Philipp Muens
615c79362a Update docs 2019-03-07 13:30:55 +01:00