8747 Commits

Author SHA1 Message Date
Baerten Dennis
adf11b75e5
feat(AWS Lambda): functions[].snapStart support (#11576) 2022-12-16 15:00:59 +01:00
Florian Proksch
9d579336fa
feat: Support .cjs and .mjs configuration extensions (#11586) 2022-12-12 15:36:57 +01:00
Geoff Denning
f00eb824c2
feat(AWS Local Invoke): Revert breaking jackson-databind upgrade (#11589) 2022-12-12 14:57:36 +01:00
Mariusz Nowak
fcf17a608d refactor: Support relative paths in import-esm util 2022-12-09 13:46:15 +01:00
Mariusz Nowak
e791e046e2 refactor: Document need of refactor 2022-12-08 12:58:29 +01:00
Mariusz Nowak
fe62096583 refactor: Isolate import invocations 2022-12-08 12:58:29 +01:00
Mariusz Nowak
ac1e0dbfa1 refactor: Improve module name 2022-12-08 12:58:29 +01:00
xiaokang
eb741fed22
feat(AWS Local Invocation): Upgrade Java dependencies (#11535) 2022-11-22 16:28:12 +01:00
Piotr Grzesik
c25f854f29
feat(AWS Deploy): Recognize nodejs.18.x runtime (#11526) 2022-11-18 20:10:31 +01:00
Umut Uzgur
54f4fc73b4
feat: Recognize eu-central-2, eu-south-1 and me-central-1 regions
(PR #11524)
2022-11-17 14:00:41 +01:00
Nick Graffis
20d79a2876
fix(AWS Deploy): Respect existing YAML CF templates (#11521) 2022-11-16 13:42:11 +01:00
Shogo Hida
c4902f3b10
fix: Fix handling of null value (#11506) 2022-11-15 16:17:56 +01:00
franzmango
4169ae183f
feat(AWS API Gateway): Allow CF funcs in authorizer.scopes (#11505) 2022-11-08 13:37:21 +01:00
Daniele Iasella
858758ea1e
feat(AWS Kafka): Support startingPositionTimestamp (#11479) 2022-11-07 15:14:32 +01:00
Mariusz Nowak
f72c5958c3 fix(Console): Ensure errorneus resolution of url to not break deploys 2022-11-04 18:15:30 +01:00
Mariusz Nowak
f9bf81839b refactor: Improve AWS request debug logging 2022-11-02 15:18:37 +01:00
Mariusz Nowak
f0932a4e1d fix(Console): Ensure to always deploy CF stack to us-east-1 region 2022-11-01 00:29:50 +01:00
Mariusz Nowak
9a41468309 feat(Console): External Console integration 2022-10-31 16:07:52 +01:00
Mariusz Nowak
914d00b0a9 refactor(CLI Onboarding): Improve debug logs 2022-10-31 16:07:52 +01:00
Mariusz Nowak
f3a191590b feat(Console): Remove support for integrated configuration 2022-10-31 16:07:52 +01:00
Mariusz Nowak
81dc34961b refactor: Remove ineffective ESLint instruction 2022-10-31 16:07:52 +01:00
Pavan Andhukuri
0a49c4f5df
feat(AWS API Gateway): support provider.apiGateway.stage (#11487) 2022-10-31 13:02:55 +01:00
Daniele Iasella
5d41995c19
feat(AWS Kinesis): Support AT_TIMESTAMP starting position (#11483) 2022-10-31 10:30:42 +01:00
Jurriaan Proos
0c186a608f
feat: Support Fn::ToJsonString in environment variables (#11461) 2022-10-31 10:23:02 +01:00
Jurriaan Proos
c5ca9b78fa
fix: Ensure maximum API gateway timeout (#11453) 2022-10-19 10:28:24 +02:00
Mariusz Nowak
9ef5fd23b1 refactor: Upgrade filesize to v10 2022-10-11 12:56:14 +02:00
Mariusz Nowak
c769c1e06d refactor: Upgrade dotenv-expand to v9 2022-10-11 12:56:14 +02:00
Arthur Weber
65e9860838
feat(AWS CloudFront): Allow legacy behavior configuration (#11411) 2022-09-30 14:16:04 +02:00
Thomas Hamer
b95c7496ec
fix: Ensure to not crash when ~/.serverless is not accessible (#11403) 2022-09-22 17:58:05 +02:00
Çağrı Atalay
93ce41e9d8
refactor(AWS Deploy): Bump custom resources to nodejs16.x runtime
(PR #11367)
2022-09-19 15:58:16 +02:00
Roberto Aguilar
11b7a05fd3
refactor(AWS Deploy): Add bucket name to exception (#11389)
When the deployment bucket is not found, add the bucket name to the exception so that it is easier to determine what is wrong.

This is especially useful when the specified bucket name is an interpolated string and confirming variables are properly being set is useful.
2022-09-16 10:48:46 +02:00
Phil-Pinkowski
9bb3f11541
feat(AWS Kafka): Support consumerGroupId option (#11345) 2022-08-26 11:10:47 +02:00
Mariusz Nowak
91aff1d1c2 refactor: Remove obsolete comment 2022-08-16 13:52:34 +02:00
Mariusz Nowak
6bc8615df7 fix: Fix bug introduced with to .flat() refactor 2022-08-16 13:52:34 +02:00
Mariusz Nowak
1f9a07f989 fix(Variables): Fix handling of parallel resolution of same variable
In specific scenarios, there can be multiple resolution batches which attempt to resolve same variable. Resolver internally was doing modifications on variables meta, which could result in braking flow for other resolution that's done in parallel
2022-07-28 22:04:11 +02: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
pjmattingly
4f7e12939c
refactor: Replace _.flatMap with Array.prototype.flatMap (#11272) 2022-07-28 10:45:41 +02:00
AustinMathuw
22802efde1
feat(AWS Cognito): Add Support for Custom Sender Triggers (#11201) 2022-07-26 18:20:50 +02:00
Sam Gardner
e7ad5aa268
refactor(AWS CloudFormation) Add AWS SDK logging for custom resources (#11277) 2022-07-26 17:01:55 +02:00
Piotr Grzesik
ef2dcb6df7 refactor: Ignore doctor in Compose triage 2022-07-26 15:17:59 +02:00
Corentin Doue
16b0cd60c9
feat(AWS HTTP API): Use the default API Gateway timeout of 30s (#11223) 2022-07-26 14:50:35 +02:00
Mariusz Nowak
f9bc405184 feat(Console): Rely on Console ready layers published to AWS 2022-07-14 17:57:00 +02:00
Mariusz Nowak
198d3b7738 fix(Console): Keep currently attached layers with function deploy 2022-07-14 17:08:49 +02:00
Anthony Angel
6284354937 Increase lambda layer runtime limit to 15
Fix for https://github.com/serverless/serverless/issues/11226
2022-07-13 11:20:01 +02:00
Piotr Grzesik
1b2ac24566 fix(AWS Deploy): Improve vague S3-related access errors 2022-07-08 12:19:25 +02:00
Mariusz Nowak
8d4bf4fbfd refactor(Console): Report command which originated login operation 2022-07-08 10:34:21 +02:00
Mariusz Nowak
543612acbe fix(Console): Fix console url for platform dev stage case 2022-07-07 17:46:56 +02:00
Børge Bardo
675b1dbed7
feat(AWS Local Invocation): Support ESM handlers (#11212) 2022-07-07 14:21:24 +02:00
Piotr Grzesik
688f50d670 feat(AWS Local Invocation): Support Node handlers with .cjs extension 2022-07-04 16:38:17 +02:00