5365 Commits

Author SHA1 Message Date
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
Tim Vergenz
77e9e18a79
Update Python gitignore template to add *.pyc
Just noticed that that wasn't included and had to add it myself. :) Figured I'd share it back.
2018-05-17 12:02:30 -07: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
Frank Schmid
2bd3f1f0ef
Merge pull request #4913 from mlecoq/updateTypescriptTemplate
upgrade typescript, types, node and webpack for typescript template
2018-05-12 13:10:01 +02:00
Mickael Lecoq
089279478b fix tsconfig 2018-05-11 11:29:44 +02:00
Joshua Rose
8d9cda2fc7 Removed call to secureEndpoint in https-proxy-agent 2018-05-10 09:13:29 -04:00
Mickael Lecoq
07cde95ded node 8 - compile to es6 2018-05-10 14:42:55 +02: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
horike37
6606994c9e add test for the templates 2018-05-02 09:53:53 +09:00
davidwells
0c90836bd9 update yaml and add note about where code is referenced 2018-05-01 17:00:52 -07:00
davidwells
14f54c9f13 add package.son for npm install and .gitignore 2018-05-01 16:36:24 -07:00
James
3bbab25dd4 Add templates to create.js 2018-05-01 08:17:03 -07:00
Lewis Chung
68e4460451 Make adjustments
- Use lodash to check thennable
- Add arguments back into lambda context fixture
2018-04-30 09:28:35 -07:00
James
5c1d3cbb9d Add templates for fn-node and fn-go 2018-04-27 13:42:54 -07: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
Lewis Chung
202fcbd8a7 Fix lint on Node 8 2018-04-17 10:24:02 -07:00
Lewis Chung
e29b6e7d07 Fix handling of maybeThennable 2018-04-17 10:11:56 -07:00
Lewis Chung
82278d351d change promise handling to check if return value is a promise rather than checking runtime 2018-04-17 09:49:28 -07:00
Mickael Lecoq
375f72e657 set dev mode for local developments 2018-04-17 15:42:19 +02:00
Mickael Lecoq
c8b42bee9d upgrade typescript, types, node and webpack 2018-04-17 15:20:18 +02:00
Lewis Chung
dd5aa83c93 remove unnecessary change 2018-04-17 00:04:34 -07:00
Lewis Chung
b000bbabdb Support AWS Lambda Node 8.10 Async Await Lambda Functions 2018-04-16 23:48:10 -07:00
GuruRAM
7c69b175ba #4839 removed unnecessary hooks. 2018-04-16 00:14:41 +03:00
GuruRAM
00b2024f76 #4839 reimplemented yamlAstParser addNewArrayItem and removeExistingArrayItem methods.
Extended install.test.js, uninstall.test.js unit tests to cover complex plugins object.
2018-04-15 23:01:11 +03:00
Piotr Plenik
02b4131ce2 Fix load restApiLogicalId when we have enabled Shared API Gateway 2018-04-10 12:23:03 +02:00
GuruRAM
0081afd78c #4839 use lodash check functions (isString, isArray, isObject) instead of native ones. 2018-04-09 21:43:28 +03:00
Mark Vayngrib
611e43cdff fix: binary support for OPTIONS method 2018-04-09 14:23:57 -04:00
Kobi Meirson
817af7e0f9 lint 2018-04-09 19:16:20 +03: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
GuruRAM
1c180c850a #4839 Configurable local plugins folder feature. 2018-04-08 23:28:52 +03: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
Takahiro Horike
5cfb13ee25
Merge pull request #4886 from alexindeed/master
updated staging docs and templates
2018-04-07 18:22:07 +09:00
Alex
8caedb9646 updated staging docs and templates 2018-04-06 10:57:50 -07: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