Philipp Muens
|
88e0da51a9
|
Merge pull request #6322 from axel-springer-kugawana/fix-alb-target-group-names
Make ALB event target group names unique
|
2019-07-02 13:03:19 +02:00 |
|
Philipp Muens
|
aa72173c37
|
Merge pull request #6324 from nahumzs/patch-1
Update Webpack version and usage of aws-nodejs-ecma-script template
|
2019-07-02 12:43:24 +02:00 |
|
Philipp Muens
|
00b40d149c
|
Update packages
|
2019-07-02 12:34:59 +02:00 |
|
Philipp Muens
|
b46a9fe8ec
|
Fix formatting via Prettier
|
2019-07-02 12:29:00 +02:00 |
|
Philipp Muens
|
35e81fa1ac
|
Merge pull request #6310 from christophgysin/fix/websocket-logs
Websockets: fix passing log group ARN
|
2019-07-01 13:45:32 +02:00 |
|
nahum zsilva
|
434ae9c52f
|
updating webpack file
The current config will not work in the newest webpack version
|
2019-06-29 14:17:20 -07:00 |
|
Edward Goubely
|
c66d2b128c
|
Make ALB event target group names unique
|
2019-06-28 19:56:08 +02:00 |
|
Mariusz Nowak
|
87b88cdbf9
|
Fix service.provider.region resolution
|
2019-06-28 10:19:22 +02:00 |
|
Alex DeBrie
|
2bded42fd6
|
Remove unneeded check
|
2019-06-27 12:33:49 -05:00 |
|
Alex DeBrie
|
86fb74c7fe
|
New Prettier formatting
|
2019-06-27 11:58:04 -05:00 |
|
Alex DeBrie
|
d2d178c226
|
Cleaner check
|
2019-06-27 11:54:20 -05:00 |
|
Alex DeBrie
|
99644975da
|
logFormat --> format
|
2019-06-27 11:54:20 -05:00 |
|
Alex DeBrie
|
9329e3f874
|
Update lib/plugins/aws/package/compile/events/apiGateway/lib/hack/updateStage.js
Co-Authored-By: Daniel Schep <dschep@gmail.com>
|
2019-06-27 11:54:20 -05:00 |
|
Alex DeBrie
|
a2b60c3429
|
Add a logFormat property
|
2019-06-27 11:54:20 -05:00 |
|
Alex DeBrie
|
8d629552dd
|
Update docs
|
2019-06-27 11:54:20 -05:00 |
|
Christoph Gysin
|
6b00ef5bcc
|
websockets: fix passing log group ARN
The log group ARN contains a trailing ":*" that seems to cause
deployment to fail. Instead, generate the ARN with the trailing
wildcard.
fixes #6304
|
2019-06-27 10:46:39 +03:00 |
|
Mariusz Nowak
|
e6ae8983de
|
Fix lint issues after prettification
|
2019-06-26 12:43:01 +02:00 |
|
Mariusz Nowak
|
4944f471b1
|
Prettify
|
2019-06-26 12:43:01 +02:00 |
|
Mariusz Nowak
|
b5787c02d5
|
Merge pull request #6272 from christophgysin/feature/support-external-websocket-api
Feature/support external websocket api
|
2019-06-26 09:08:32 +02:00 |
|
Philipp Muens
|
de12ed3093
|
Merge pull request #6293 from axel-springer-kugawana/add-alb-event-conditions
Add ip, method, header and query conditions to ALB events
|
2019-06-25 13:20:24 +02:00 |
|
Edward Goubely
|
bc0e05fbbd
|
Add ip, method, header and query conditions to ALB events
|
2019-06-23 22:38:11 +02:00 |
|
joetravis
|
f76f549e04
|
Use naming to get stackName
|
2019-06-20 10:05:15 -07:00 |
|
Philipp Muens
|
5b3fe2525f
|
Merge pull request #6268 from JonathanWilbur/patch-1
Fix #6267
|
2019-06-20 12:01:06 +02:00 |
|
Jonathan Wilbur
|
b96404763b
|
Make stackTrace undefined if err.stack undefined
|
2019-06-19 09:12:44 -04:00 |
|
Philipp Muens
|
d69d57ea09
|
Merge pull request #6244 from serverless/RemoveDuplicatePackaging
Fix duplicate packaging issue
|
2019-06-19 10:20:50 +02:00 |
|
Christoph Gysin
|
142a9d8304
|
Support external ApiGateway websocket API
fixes #6270
|
2019-06-19 09:21:54 +03:00 |
|
Jonathan Wilbur
|
c6f64e50e1
|
Fix #6267
|
2019-06-18 17:58:45 -04:00 |
|
Philipp Muens
|
d00e700bcf
|
Remove unused code
|
2019-06-18 15:20:08 +02:00 |
|
Philipp Muens
|
214e09cb56
|
Move duplicate file detection to package zipping code
|
2019-06-18 15:18:10 +02:00 |
|
Christoph Gysin
|
f596448f70
|
Extract setting up routes with and without authorizer definition
|
2019-06-18 16:15:02 +03:00 |
|
Mariusz Nowak
|
b954fa4a17
|
Merge pull request #6255 from serverless/fix-timeout-response-template
Fix lambda integration timeout response template
|
2019-06-18 10:52:59 +02:00 |
|
Mariusz Nowak
|
be78da0b04
|
Merge branch 'master' into fix-timeout-response-template
|
2019-06-17 14:00:06 +02:00 |
|
Philipp Muens
|
ca830fd640
|
Merge pull request #6231 from DASPRiD/bugfix/request-model-api-gateway-reference
Reference custom ApiGateway for models and request validators if conf…
|
2019-06-17 13:59:37 +02:00 |
|
Mariusz Nowak
|
aedfbf289d
|
Merge pull request #6254 from serverless/improve-user-message
Improve user message
|
2019-06-17 13:48:04 +02:00 |
|
Philipp Muens
|
c0b51bc12f
|
Address PR review comments / add tests
|
2019-06-17 13:01:02 +02:00 |
|
Tanner Barlow
|
c40710412c
|
Fix lint
|
2019-06-14 23:08:37 -07:00 |
|
Tanner Barlow
|
5038c78f34
|
Fix tests
|
2019-06-14 17:12:25 -07:00 |
|
Tanner Barlow
|
14044edaae
|
fix: Slim down Azure Functions template
|
2019-06-14 17:06:30 -07:00 |
|
Mariusz Nowak
|
138bbc3265
|
Improve user mesage
|
2019-06-14 13:21:15 +02:00 |
|
Mariusz Nowak
|
5282cab708
|
Fix timeout response template
|
2019-06-13 15:34:47 +02:00 |
|
Alex DeBrie
|
5d127d0f31
|
Fix duplicate packaging issue
|
2019-06-12 12:08:06 -05:00 |
|
Mariusz Nowak
|
093881b6a5
|
Add code comments
|
2019-06-12 16:00:29 +02:00 |
|
Mariusz Nowak
|
025d58579e
|
Fix setup of IAM policies for functions with custom names
|
2019-06-12 15:55:01 +02:00 |
|
Mariusz Nowak
|
426393b2b3
|
Configure test exposing issue with custom function name
Related to #6236
|
2019-06-12 15:48:27 +02:00 |
|
Mariusz Nowak
|
6796ccf866
|
Ensure tests reflect more closely a real world
|
2019-06-12 15:38:16 +02:00 |
|
Mariusz Nowak
|
d417a0fc4e
|
Seclude canonicalFunctionNamePrefix var
|
2019-06-12 14:58:24 +02:00 |
|
Mariusz Nowak
|
490e714ccd
|
Obtain path to statements once
|
2019-06-12 14:53:18 +02:00 |
|
Ben Scholzen (DASPRiD)
|
c5f4f1ab3f
|
Reference custom ApiGateway for models and request validators if configured
|
2019-06-11 18:03:05 +02:00 |
|
Daniel Schep
|
970a1cc3f8
|
refactor getServerlessConfigFile to simply accept a serverless object
|
2019-06-10 11:19:14 -04:00 |
|
Daniel Schep
|
560bbb0d07
|
fix unit tests for packageService
|
2019-06-10 11:19:14 -04:00 |
|