Jonas Matos
|
26b8bd5c5f
|
refactor: Replace _.flatMap usage (#9948)
Co-authored-by: Jonas Matos <js.matos@sidi.org.br>
|
2021-09-15 10:57:01 +02:00 |
|
Piotr Grzesik
|
5c0b270e42
|
chore: Release v2.59.0
v2.59.0
|
2021-09-14 17:52:26 +02:00 |
|
Piotr Grzesik
|
9bc8e8b0b9
|
chore: Bump dependencies
|
2021-09-14 17:52:26 +02:00 |
|
Piotr Grzesik
|
12216db579
|
feat(CLI Onboarding): Switch to httpApi-based templates
|
2021-09-14 16:46:14 +02:00 |
|
Piotr Grzesik
|
fbdd124029
|
feat(CLI): First iteration of support for verbose mode in deploy
|
2021-09-14 14:42:18 +02:00 |
|
Mariusz Nowak
|
5a303bf35c
|
chore: Upgrade issue templates into GitHub forms
Co-authored-by: Matthieu Napoli <matthieu@mnapoli.fr>
|
2021-09-14 12:56:18 +02:00 |
|
Mariusz Nowak
|
572ba7dcfa
|
chore: Switch to repo discussion as main forum for questions
|
2021-09-14 12:56:18 +02:00 |
|
Jonas Matos
|
6087fa3400
|
refactor: Replace _.pick with native property assignment (#9937)
Co-authored-by: Jonas Matos <js.matos@sidi.org.br>
|
2021-09-13 17:43:00 +02:00 |
|
Seungchan Ahn
|
7cd3966897
|
fix(AWS API Gateway): Ensure consistent default for cors conf (#9909)
|
2021-09-13 17:16:27 +02:00 |
|
Piotr Grzesik
|
0702a968b5
|
chore: Release v2.58.0
v2.58.0
|
2021-09-13 16:29:52 +02:00 |
|
Piotr Grzesik
|
3929110066
|
chore: Bump dependencies
|
2021-09-13 16:29:52 +02:00 |
|
Matthieu Napoli
|
1dfad8f13c
|
docs: Clarify the differences between API Gateway versions
API Gateway's REST APIs and HTTP APIs are confusing.
As we move towards HTTP APIs by default, we want to clarify the differences between the two.
|
2021-09-13 11:32:44 +02:00 |
|
Piotr Grzesik
|
171897d60e
|
feat(CLI): Introduce first iteration of modern logs for deploy (#9934)
|
2021-09-10 15:17:45 +02:00 |
|
Eve
|
130fb3838f
|
feat(AWS EventBridge): Support deadLetterQueue and retryPolicy
Co-authored-by: JP Bochi <jpbochi@pm.me>
|
2021-09-10 14:55:37 +02:00 |
|
Andreas Kohn
|
95d3024ef5
|
refactor: Use getCompiledTemplateS3Suffix from provider.naming
This makes sure that the specific `naming` instance really is the "source of truth".
|
2021-09-10 12:03:07 +02:00 |
|
Sudipto Das
|
f431218790
|
refactor: Replace fse.readFile with fs.promises.readFile (#9935)
|
2021-09-10 12:00:44 +02:00 |
|
Mariusz Nowak
|
5c9766c085
|
feat: Support error hook to be triggered on command error
|
2021-09-09 17:29:22 +02:00 |
|
Piotr Grzesik
|
1107763df8
|
feat(AWS API Gateway): Support enabled for apiKeys config
|
2021-09-09 16:28:40 +02:00 |
|
Mariusz Nowak
|
312266e908
|
feat: Register service outputs
|
2021-09-09 12:37:52 +02:00 |
|
Mariusz Nowak
|
b425cf1582
|
feat: Internal API to register service outputs
|
2021-09-09 12:37:52 +02:00 |
|
Federico Jasson
|
9f0bc689cc
|
feat(AWS Schedule): Allow multiple rate expressions in single event
* Allow multiple cron/rate expressions in AWS schedule event
* Update schedule.test.js to use runServerless
* schedule.test.js: minimize calls to runServerless
|
2021-09-08 22:19:12 +02:00 |
|
Mariusz Nowak
|
df5f96952f
|
docs: Improve dotenv setup instructions
|
2021-09-08 17:13:42 +02:00 |
|
Mariusz Nowak
|
29aec529b5
|
feat(CLI): Ensure to clear progress in expected time points
|
2021-09-08 15:18:33 +02:00 |
|
Mariusz Nowak
|
ec93174b8c
|
feat(CLI): Configure log writing with new (experimental) log engine
|
2021-09-07 11:38:25 +02:00 |
|
Mariusz Nowak
|
c172430a6e
|
chore: Upgrade log-node to v8
|
2021-09-07 11:38:25 +02:00 |
|
Mariusz Nowak
|
34d7f1d32e
|
chore: Upgrade cli-progress-footer to v2
|
2021-09-07 11:38:25 +02:00 |
|
Mariusz Nowak
|
e46ce80d99
|
refactor(CLI): Ensure no monkey patching by progress override
|
2021-09-07 11:38:25 +02:00 |
|
Mars Lan
|
b0ca2376bb
|
feat: Do not retry AWS requests if the token has expired (#9914)
|
2021-09-06 16:16:39 +02:00 |
|
Corentin Doue
|
ff45a42def
|
docs: Add invoke local doc for google provider (#9603)
|
2021-09-06 13:56:19 +02:00 |
|
Piotr Grzesik
|
510b1d1659
|
fix(AWS API Gateway): Ensure proper RequestValidator name
|
2021-09-06 13:38:43 +02:00 |
|
Sudipto Das
|
5155e0180e
|
refactor: Replace fse.access with fs.promises.access (#9915)
|
2021-09-06 09:26:55 +02:00 |
|
Piotr Grzesik
|
f096440440
|
test(AWS Lambda): Fix activemq integration test
|
2021-09-03 13:19:59 +02:00 |
|
lewgordon
|
cacb529925
|
feat(AWS Lambda): Add support for activemq event (#8840)
Co-authored-by: Lew Gordon <lew.gordon@genesys.com>
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
|
2021-09-03 12:24:47 +02:00 |
|
Peter Reshetin
|
da71df6032
|
fix(AWS CloudFront): Recognize behavior.TrustedKeyGroups in schema
|
2021-09-03 12:23:15 +02:00 |
|
Matthieu Napoli
|
315525268d
|
docs: Improve title in SQS docs
The previous title had confusing wording. Now it starts from the use case and should be much clearer to users not familiar with Lift.
|
2021-09-02 16:56:48 +02:00 |
|
Piotr Grzesik
|
63743ade31
|
fix(AWS Lambda): Recognize Fn::If function for environment
|
2021-09-01 18:16:36 +02:00 |
|
Seung-Chan Ahn
|
3abc2f0642
|
feat(AWS CloudFront): Support behavior.CachePolicyId (#9895)
Co-authored-by: Seungchan Ahn <seungchan.ahn@tridge.com>
|
2021-09-01 10:39:55 +02:00 |
|
kou
|
e798c269df
|
refactor(Templates): Remove unnecessary fmt.Sprintf in tencent-go
|
2021-08-31 16:07:27 +02:00 |
|
Mariusz Nowak
|
e23cef0910
|
chore: Release v2.57.0
v2.57.0
|
2021-08-31 11:48:21 +02:00 |
|
Mariusz Nowak
|
8f1c8ee738
|
chore: Bump dependencies
|
2021-08-31 11:48:21 +02:00 |
|
Mariusz Nowak
|
9a2511cf90
|
refactor: Upgrade filesize to v8
|
2021-08-31 11:07:36 +02:00 |
|
Mariusz Nowak
|
bbb6c6cd7d
|
feat(CLI): Enable env variables in provider.stage property
|
2021-08-31 10:02:47 +02:00 |
|
Piotr Grzesik
|
868ac02fd4
|
fix(AWS API Gateway): Recognize CF functions for mappedValue
|
2021-08-30 17:23:02 +02:00 |
|
Piotr Grzesik
|
13ce56ae31
|
fix(AWS API Gateway): Recognize CF functions for request.uri
|
2021-08-30 17:23:02 +02:00 |
|
Piotr Grzesik
|
3e8858b1a8
|
fix(AWS API Gateway): Recognize CF functions for connectionId
|
2021-08-30 17:23:02 +02:00 |
|
Sudipto Das
|
05fff98a00
|
refactor: Replace fse.writeFile with fs.promises.writeFile (#9870)
|
2021-08-30 11:08:47 +02:00 |
|
Peter Reshetin
|
8ab27ab948
|
docs: Fix link in CONTRIBUTING.md file (#9891)
|
2021-08-27 17:29:26 +02:00 |
|
Matthieu Napoli
|
19dbe8a444
|
docs(AWS SQS): Describe serverless-lift plugin usage (#9889)
|
2021-08-27 15:56:10 +02:00 |
|
Mariusz Nowak
|
8dece7f6c6
|
fix(Variables): Fix new sources resolution error message at old resolver
|
2021-08-27 14:54:40 +02:00 |
|
Mariusz Nowak
|
56e9423cd7
|
refactor(Variables): Enable early sls:stage resolution
|
2021-08-27 14:54:15 +02:00 |
|