74 Commits

Author SHA1 Message Date
Max Marze
893bfa7aef
chore: update eslint & prettier (#12553) 2024-05-29 11:51:04 -04:00
Austen Collins
3bc8237d44 fix: Presentation 2024-05-19 23:22:40 -07:00
Max Marze
79df074fc7
feat: esbuild support (#12462)
* feat: zero config esbuild defaults

* feat: esbuild support
2024-05-06 15:22:16 -04:00
Austen
0b106a0b74
fix: tests (#12446) 2024-04-24 07:18:13 -07:00
Austen
158f644cd0
feat: Refactor logging to reduce complexity (#12432)
* chore: Change logger

* chore: continue refactor

* chore: WIP

* chore: Sync
2024-04-17 13:26:31 -07:00
pjmattingly
544717e703
refactor: Remove left over internal self: handling (#11279)
It's specific to old variables resolver, which was removed with v3
2022-07-28 16:57:07 +02:00
pjmattingly
b36cdf2db6
refactor: Replace _.flatten with Array.prototype.flat (#11271) 2022-07-28 12:42:51 +02:00
Piotr Grzesik
0bb64e21cb fix(AWS Lambda): Properly format logs with missing init duration 2022-02-28 19:30:34 +01:00
Piotr Grzesik
d8f251cfd4 feat(AWS Lambda): Simplify logs command output 2022-02-28 14:52:27 +01:00
Mariusz Nowak
fd513050de refactor: Rename lib/plugins/aws/utils/resolveLambdaTarget.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
7ae35f2bc3 refactor: Rename lib/plugins/aws/utils/resolveCfRefValue.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
7e5107cda9 refactor: Rename lib/plugins/aws/utils/resolveCfImportValue.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
ecb4681a61 refactor: Rename lib/plugins/aws/utils/getS3EndpointForRegion.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
93c7589662 refactor: Rename lib/plugins/aws/utils/getS3ObjectsFromStacks.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
6c6e3a6b23 refactor: Rename lib/plugins/aws/utils/getLambdaLayerArtifactPath.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
d2f7d19854 refactor: Rename lib/plugins/aws/utils/formatLambdaLogEvent.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
945937b7c9 refactor: Rename lib/plugins/aws/utils/findReferences.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
8a2a56c90c refactor: Rename lib/plugins/aws/utils/findAndGroupDeployments.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
975450d4d7 refactor: Rename lib/plugins/aws/utils/arnRegularExpressions.js 2022-01-27 15:21:58 +01:00
Piotr Grzesik
82b373e9c7 refactor(AWS Deploy): Use change sets in CF deployments 2022-01-27 15:21:58 +01:00
Piotr Grzesik
38412ce88b feat: Simplify logs command output 2022-01-27 15:21:58 +01:00
mdanyalkhan
4d4f8637d8
refactor: Configure promise returning functions as async (#10309) 2021-12-06 16:26:04 +01:00
maafk
25eb571dd3
feat(AWS Deploy): Support all regions from iso and isob partition
(PR #10299)
2021-12-02 12:12:16 +01:00
Mariusz Nowak
d1701bf13a refactor(CLI): Improve modern logs for logs command 2021-10-01 15:47:41 +02:00
Mariusz Nowak
c563581ac9 refactor: Construct user errors with ServerlessError 2021-05-19 13:16:42 +02:00
Zach Whaley
40e56fc0e9
fix(Packaging): Fix support of the artifact S3 uri with region (#9411) 2021-05-09 21:21:19 +02:00
Stephen
360925d2e0
fix(AWS S3): Fix parsing of the artifact S3 url (#9380) 2021-04-30 09:33:32 +02:00
Piotr Grzesik
fbf0ed30e9 refactor: Add code to ServerlessError in lib/plugins/aws 2021-04-23 13:34:20 +02:00
Piotr Grzesik
55abaaf6d5 refactor: Revert bluebird from lib/plugins/aws
This reverts commit b11171c70c8f5597e2644f7ea8ec82a17a9eee29.
2021-03-04 11:06:44 +01:00
Juanjo Diaz
b11171c70c
refactor: Remove bluebird from lib/plugins/aws (#9054) 2021-03-03 09:29:51 +01:00
Mariusz Nowak
87790e50bd refactor: Seclude ServerlessError into lib/serverless-error.js 2021-01-11 19:39:42 +01:00
Mariusz Nowak
cf7b25e458 style: Upgrade "prettier" to v2 2021-01-04 16:21:24 +01:00
Mariusz Nowak
3808471972 test: Move unit tests to "test/unit" folder 2020-11-30 16:53:52 +01:00
Piotr Grzesik
56c7e443a0
refactor: Replace _.forOwn with Object.entries().forEach (#8284) 2020-09-24 17:17:39 +02:00
Piotr Grzesik
57d1ce1a66
refactor: Replace _.values with Object.values (#8274) 2020-09-23 13:09:50 +02:00
Frédéric Barthelet
72745c9e77
feat(AWS Local Invocation): Resolve CF Ref in env variables (#8198) 2020-09-08 10:13:53 +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
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
Chris Villanueva
77fbb5969b
refactor: Replace _.includes with val.includes (#7818) 2020-06-08 09:13:50 +02:00
Chris Villanueva
d1721cb2b4
refactor: Replace _.every(array) with array.every (#7764) 2020-05-26 10:17:30 +02:00
TATSUNO Yasuhiro
2b9f63e332
perf(AWS Deploy): Do not re-upload unchanged lambda layers (#7680) 2020-05-19 15:08:25 +02:00
TATSUNO Yasuhiro
8bb5517456
refactor: Replace _.{startsWith,endsWith,includes} with native methods
(PR #7715)
2020-05-19 12:22:25 +02:00
Kenan Christian Dimas
c106d53638
refactor: Upgrade 'fs-extra' to v8 (#7719) 2020-05-13 16:16:17 +02:00
TATSUNO Yasuhiro
3fe2e98f15
refactor: Replace _.isArray with native Array.isArray (#7703) 2020-05-11 10:24:41 +02:00
Edward Goubely
3138ef1771
fix(AWS ALB): Fix handling of provisioned concurrency (#7285) 2020-04-06 13:55:22 +12:00
cktang88
6e37635cf2 Rename vars to dayjs 2019-11-29 10:48:01 -06:00
cktang88
5700e8bdb6 Replace moment with dayjs 2019-11-28 14:35:28 -06:00
Mariusz Nowak
83aa7a9aa5
Ensure tests cleanup 2019-09-05 16:12:50 +02:00