1504 Commits

Author SHA1 Message Date
Eslam λ Hefnawy
743efc9e75
Merge pull request #5043 from serverless/dashboard-integration
Integrate with Serverless Dashboard
2018-07-04 08:11:00 +03:00
Takahiro Horike
cbc5e3c4e1
Merge pull request #5074 from serverless/SQS
Add SQS event integration
2018-07-03 09:54:35 +09:00
Takahiro Horike
80d289ba75
Merge pull request #5071 from laardee/add-apig-resource-policy
Add apig resource policy
2018-07-03 09:18:38 +09:00
Philipp Muens
fac8444f9f Update S3 cleanup message 2018-07-02 10:21:47 +02:00
Eslam A. Hefnawy
654d921cc7 add more function data 2018-06-28 16:18:19 +03:00
Michael H. Oshita
38fe02ef81 add PRIVATE endpointType 2018-06-27 19:07:53 +09:00
Alex DeBrie
615375c922 Add SQS event 2018-06-25 15:42:11 +00:00
Eetu Tuomala
183c94058d fix policy syntax, add documentation 2018-06-25 13:54:05 +03:00
Eetu Tuomala
8778b17fd2 add resource policy to api gateway 2018-06-25 13:38:11 +03:00
Takahiro Horike
2eb915f8d9
Merge pull request #4951 from rts-cwalker/custom-stage-api-names
Added ability to create custom stack names and API names
2018-06-21 11:35:39 +09:00
Corey Walker
7cfc82995b
Replaced line that checked for existence of variable 2018-06-19 19:30:19 -04:00
Corey Walker
906ab5f862
Changed value checks to use _.isString() 2018-06-19 19:28:07 -04:00
Takahiro Horike
0fe49d9b45
Merge pull request #4927 from aofry/latest-logs-only
fixes #4438. aws logs defaults to 10 minute instead of all
2018-06-19 16:24:30 +09:00
Takahiro Horike
aeffbae743
Merge pull request #5029 from dougmoscrop/cycles
only use json-cycles when opt-in, for state serialization
2018-06-18 04:14:02 +09:00
Takahiro Horike
2fe4542113
Merge pull request #5007 from jogold/inherit-provider-tags
Make function tags inherit provider tags
2018-06-18 03:56:46 +09:00
Jonathan Goldwasser
68563bbba6 Add more tests for function tags 2018-06-15 12:34:57 +02:00
Doug Moscrop
8d9f4a296b only use json-cycles when opt-in, for state serialization 2018-06-06 15:07:03 -04:00
Gavin McQuistin
9bd47e1e3b
Update awsProvider.js 2018-05-30 00:55:38 +01:00
Jonathan Goldwasser
74495a0ca6 Make function tags inherit from provider tags 2018-05-28 17:30:50 +02:00
Frank Schmid
ff18b2597a
Merge pull request #4197 from hgiasac/cognito-authorizerid
Support Custom Authorizer Type (COGNITO_USER_POOLS) with authorizeId
2018-05-23 13:27:58 +02:00
Toan Nguyen
eac5ab5f04
update test coverage, fixed typo
update test coverage

update test coverage

add api gateway authorizer with authorizeId
2018-05-23 13:17:31 +02:00
Frank Schmid
c713f439e5
Add retry unit tests, check credential errors for one retry. 2018-05-22 12:35:50 +02:00
Frank Schmid
1d21373d9c
Do not retry credential errors 2018-05-21 14:01:35 +02:00
Frank Schmid
1ca9dde95d
Fixed ESLint 2018-05-17 22:07:21 +02:00
Frank Schmid
24e7ceb558
Limit request retries on errors 2018-05-17 22:05:13 +02:00
Frank Schmid
6b2eb9f126
Add unit test for 429 and retryable = false 2018-05-17 15:22:37 +02:00
aofry
4873ebf1c3 add aws logs check if start time not given then only bring the last 10 minutes.
If tail is given with no start time then start 10 sec in the past.
2018-05-17 16:07:41 +03:00
Frank Schmid
898911eeba
Retry with 429 error unconditionally 2018-05-17 11:29:48 +02:00
Frank Schmid
c34dc2d04e
Merge pull request #4966 from joshuarose/feature-upgrade-deep-extend
Upgrades dependency https-proxy-agent from 1.0.0 to 2.2.1
2018-05-12 13:22:37 +02:00
Frank Schmid
a6f1b86318
Merge pull request #4895 from mvayngrib/fixbinaryapigw
fix: binary support for pre-flight requests (OPTIONS method)
2018-05-12 13:16:21 +02:00
Joshua Rose
8d9cda2fc7 Removed call to secureEndpoint in https-proxy-agent 2018-05-10 09:13:29 -04:00
Frank Schmid
5ad228a0d3
Merge pull request #4890 from kobim/fix/deploy_validation
AWS Environment variables should contain only strings
2018-05-10 13:59:42 +02:00
horike37
04a8d17041 revived getAccountId 2018-05-05 17:23:37 +09:00
Corey Walker
4566c3029a Added ability to create custom stack names and API names 2018-04-24 20:12:21 -04:00
horike37
cb4933096b fixd issue 4923 2018-04-20 20:06:22 +09:00
Piotr Plenik
02b4131ce2 Fix load restApiLogicalId when we have enabled Shared API Gateway 2018-04-10 12:23:03 +02:00
Mark Vayngrib
611e43cdff fix: binary support for OPTIONS method 2018-04-09 14:23:57 -04:00
Kobi Meirson
d43203ef16 Fix tests 2018-04-09 19:10:21 +03:00
Kobi Meirson
e351ed6f5e PR review notes:
1. Use lodash functions
2. Allow CF refs & functions as environment values
2018-04-09 19:00:55 +03:00
Mariusz Nowak
77775f778f Rely on _.includes instead of arr.includes (Node v4 support) 2018-04-09 12:30:33 +02:00
Mariusz Nowak
47d7960311 Improve test to ensure we pick right error 2018-04-09 12:30:06 +02:00
Mariusz Nowak
2d58217680 Merge branch 'master' into handle-aws-retryable-errors 2018-04-09 11:21:56 +02:00
Kobi Meirson
e75a2594f6 AWS Environment variables should contain only strings 2018-04-07 16:18:00 +03:00
Takahiro Horike
25e99e8b81
Merge pull request #4879 from chrisbarbour/vpc-config-merging-iammanagedpolicies
iamManagedPolicies merging with Vpc config
2018-04-07 20:45:48 +09:00
Mariusz Nowak
9f3e7f92cf Comment reasoning for single then usage 2018-04-06 14:32:31 +02:00
CHRIS BARBOUR
afcb511841 removed spread operator to support older versions 2018-04-05 16:22:53 -04:00
CHRIS BARBOUR
4e4de5e583 fixing linting issues 2018-04-05 16:07:37 -04:00
CHRIS BARBOUR
cc4dfca85f added test to verify that managed policies are merged along with vpc config policies 2018-04-05 15:22:54 -04:00
Frank Schmid
c73b47b6c1
Merge pull request #4873 from GuruRAM/master
serverless invoke local error handling fix for #4852
2018-04-05 19:50:06 +02:00
Mariusz Nowak
495afd1ee9 Remove reduntant promise chain step 2018-04-05 16:41:41 +02:00