118 Commits

Author SHA1 Message Date
Piotr Grzesik
fbf0ed30e9 refactor: Add code to ServerlessError in lib/plugins/aws 2021-04-23 13:34:20 +02:00
Mariusz Nowak
688d09b1f7 refactor: Remove support for internal noDeploy option 2021-04-09 16:10:21 +02:00
Juanjo Diaz
006557d847
refactor: Use standalone ServerlessError. (#8897) 2021-02-09 09:20:55 +01:00
ifitzsimmons
f95971d22b
refactor: Use async/await in lib/plugins. (#8875) 2021-02-08 11:40:42 +01:00
Mariusz Nowak
cf7b25e458 style: Upgrade "prettier" to v2 2021-01-04 16:21:24 +01:00
Frédéric Barthelet
eacae9a64d
feat(AWS API Gateway): Move api-specific keys to provider.apiGateway 2021-01-04 10:04:57 +01:00
Mariusz Nowak
3808471972 test: Move unit tests to "test/unit" folder 2020-11-30 16:53:52 +01:00
Frédéric Barthelet
7e9b2eac74
feat(AWS Deploy): Update according to shifted CloudFormation limits
(PR #8433)
2020-10-28 11:20:39 +01:00
Piotr Grzesik
76e02cc09c
refactor: Replace _.forEach with Object.entries().forEach (#8280) 2020-09-24 10:31:32 +02:00
Piotr Grzesik
57d1ce1a66
refactor: Replace _.values with Object.values (#8274) 2020-09-23 13:09:50 +02:00
Frédéric Barthelet
06ed01b874
feat(AWS Local Invocation): Resolve "Fn::ImportValue" instructions in env vars
(PR #8157)
2020-09-01 14:53:08 +02:00
Frédéric Barthelet
5a444c415c
feat(AWS HTTP API): Allow use of CF ImportValue for httpApi id (#7905) 2020-07-13 12:10:19 +02:00
andreizet
7bbd04a693
refactor: Replace _.has with better counterparts (#7915) 2020-07-07 17:18:48 +02:00
Dai Van Nguyen
4c33476210
refactor: Replace _.isEmpty with native counterparts (#7873) 2020-06-25 15:17:52 +02:00
Nguyễn Việt Đức
4c6f8be5cc
refactor: Replace _.map with array.map (#7827) 2020-06-12 09:59:42 +02:00
Wing-Kam
9f3ee94a74
refactor: Replace _.isString(value) with typeof value === 'string'
(PR #7812)
2020-06-03 16:17:04 +02:00
Mariusz Nowak
f9f6a3b560 fix(AWS API Gateway): Fix API key names resolution
Regression introduced by #5982, with which new format was introduced, and resolution of API key names was not updated to it
2020-06-02 11:00:02 +02:00
TATSUNO Yasuhiro
5e0af21313
refactor: Replace _.forEach and _.each with array.forEach (#7748) 2020-05-28 10:45:25 +02:00
Greg Campion
c6894b5129
feat(AWS API Gateway): Support customerId in API keys (#7786) 2020-05-28 09:29:01 +02:00
TATSUNO Yasuhiro
3fe2e98f15
refactor: Replace _.isArray with native Array.isArray (#7703) 2020-05-11 10:24:41 +02:00
devops hipster in training
946d32cb48
fix(AWS Info): Fix calculation of resources count (#7587) 2020-04-27 15:47:15 +02:00
Mariusz Nowak
f47b340e4f feat(AWS HTTP API): Support attachment to externally created API 2020-02-27 09:34:28 +13:00
Mariusz Nowak
69afca5a02 refactor: Provide room for more SDK requests when gathering stack info 2020-02-27 09:34:28 +13:00
Mariusz Nowak
69170d09a8 feat(AWS HTTP API): Initial basic routes configuration support 2020-02-05 12:31:43 +01:00
Mariusz Nowak
acb3dbba42 refactor(AWS APIGW): Secure APIGateway endpoints resolution 2020-02-05 12:31:43 +01:00
Philipp Muens
ada1055009 Address PR review comments 2019-09-05 12:51:06 +02:00
Eetu Tuomala
d879730866 use lodash to check empty values, change version function order 2019-09-05 12:51:06 +02:00
Eetu Tuomala
4c99b2d237 add test for prepareFunctions and naming 2019-09-05 12:51:06 +02:00
Eetu Tuomala
aeb3bb5a93 fix node 4 and 6 related syntax errors 2019-09-05 12:51:06 +02:00
Eetu Tuomala
cc526ff850 add cloudfront to enpoints info, fix target origin id test, add cloudfront to getStackinfo test 2019-09-05 12:51:06 +02:00
Eetu Tuomala
d85ed060c9 add cloudfront logical ids to naming 2019-09-05 12:51:05 +02:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Mariusz Nowak
598fd4728e
Ensure to return promise 2019-05-22 10:14:08 +02:00
Eetu Tuomala
028b5968c5
fix rebase issues 2019-04-18 01:30:53 +03:00
Eetu Tuomala
1f8e248875
display description on sls info 2019-04-17 13:43:35 +03:00
Eetu Tuomala
23a99a7472
fix destructuring issues 2019-04-17 13:40:42 +03:00
Eetu Tuomala
6f5f445f70
add test for get api key values 2019-04-17 13:33:38 +03:00
Eetu Tuomala
f9afb7a3ab
fetch api key values 2019-04-17 13:32:05 +03:00
Philipp Muens
306538fcbf Add support for multiple usage plans 2019-04-15 12:31:25 +02:00
Daniel Schep
24ffec19af Print customized function names correctly in sls info output 2019-02-28 15:07:52 -05:00
Philipp Muens
bad6a4a102 Fix displaying of services with REST and WSS APIs 2019-02-18 09:54:25 +01: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
Philipp Muens
36f98294bb
Merge pull request #4822 from serverless/ResourceCount
Add resource count and warning to info display
2019-01-24 12:23:47 +01:00
Alex DeBrie
4caa108f43 Restore the missing restore 2019-01-23 17:11:29 +00:00
Daniel Schep
b348471c05 test coverage! 2018-11-29 10:55:52 -05:00
Daniel Schep
577f85d070 Info support for layers 2018-11-29 10:55:52 -05:00
Eslam A. Hefnawy
4bd4c3f5a9 tested deployment and subscription 2018-07-23 16:05:45 +03:00
Alex DeBrie
c575de2c14 Use chai-as-promised 2018-03-13 11:53:47 +00:00
Alex DeBrie
0f42d4ccb9 PR fixes 2018-03-13 01:55:09 +00:00