Piotr Grzesik
6a020d121f
fix(Templates): Adjust runtime for openwhisk-python template
2021-06-30 15:42:33 +02:00
Andrey Kabylin
cb9f7e20ee
fix(Templates): Use amd64 arch for aws-go template ( #9646 )
2021-06-28 17:06:07 +02:00
Corentin Doue
9cc05ad2f6
feat(Templates): Add google-nodejs-typescript template ( #9445 )
2021-05-12 11:02:44 +02:00
YErii
543423d869
feat(Templates): Update dependencies for cloudflare template ( #9373 )
2021-04-27 17:47:59 +02:00
Piotr Grzesik
81f0858cc9
refactor: Add code to ServerlessError in lib/plugins
2021-04-23 13:34:20 +02:00
Mariusz Nowak
2967065bc7
fix(API): Ensure config.servicePath is config.serviceDir live alias
2021-04-21 17:14:27 +02:00
Mariusz Nowak
e8c8f1cfff
refactor: Rename servicePath vars to serviceDir
2021-04-16 13:32:13 +02:00
Mariusz Nowak
7fb55b64dd
refactor: Remove config.update usage
2021-04-16 13:32:13 +02:00
Mariusz Nowak
87d380275b
refactor: Replace config.servicePath with service.dir
2021-04-16 13:32:13 +02:00
Mariusz Nowak
2011649537
refactor: Remove injustified "eslint-disable" comments
2021-04-02 15:05:03 +02:00
Juanjo Diaz
e1678fb1c6
feat(Packaging): Deprecate include & exclude in favor of patterns
...
(PR #8581 )
2021-03-26 11:33:58 +01:00
Mariusz Nowak
2294a4b4cb
refactor(CLI): Move lifecycles definition to commands schema
...
It's needed to be able to process commands as introduced by plugins without a need of processing Serverless instance
2021-03-24 11:50:24 +01:00
Mariusz Nowak
14a2640bd9
refactor(CLI): Seclude schema of core commands
2021-03-16 09:34:33 +01:00
Tony Papousek
3597f4539d
fix(Templates): Fix runtime for azure-nodejs-typescript ( #9106 )
...
I receive the error `Error: Runtime nodejs12.x is not supported. Runtimes supported: nodejs10,nodejs12,python3.6,python3.7,python3.8,dotnet2.2,dotnet3.1` when trying to run the current version. Changing to just `nodejs12` helps.
Haven't done much testing on this (struggling with AZ auth and subscription lists), but this fix seems to suppress the error message and allow `sls offline` to run.
This value aligns with [the CONFIG.md doc](https://github.com/serverless/serverless-azure-functions/blob/master/docs/CONFIG.md ), and should help prevent further occurrences of #6998 in this repo, as well as issue 393 in the [serverless-azure-functions repo](https://github.com/serverless/serverless-azure-functions ).
2021-03-15 13:08:35 +01:00
Piotr Grzesik
ae2c92ced6
refactor: Revert bluebird from lib/plugins/create
...
This reverts commit 258543ab6e1874ba41be3563346cd7b50993ac58.
2021-03-04 11:06:44 +01:00
Juanjo Diaz
258543ab6e
refactor: Remove bluebird from lib/plugins/create ( #8996 )
2021-02-26 09:02:12 +01:00
Nick Hammond
e0504406ea
feat(Templates): Support TS path mapping in aws-nodejs-typescript
...
(PR #8968 )
2021-02-23 15:47:19 +01:00
Piotr Grzesik
deed53449f
fix(Templates): Ensure that gradle-wrapper.jar is not excluded
2021-02-19 11:14:28 +01:00
Tim McEwan
8b391884cc
chore(Templates): Remove unused deps in aws-nodejs-typescript ( #8946 )
2021-02-16 10:29:55 +01:00
Piotr Grzesik
769214cb2a
feat(Templates): Add a simple README for plugin template
2021-02-12 15:44:18 +01:00
Piotr Grzesik
410f0ec3b5
feat(Templates): Add package.json to plugin template
2021-02-12 15:44:18 +01:00
Alex Mitchell
0f113d4609
docs(Templates): Update node version for aws-nodejs-typescript( #8928 )
2021-02-11 12:10:03 +01:00
g-awa
5302b91760
fix(Templates): Fix types handling in aws-nodejs-typescript ( #8929 )
2021-02-11 11:50:15 +01:00
Frédéric Barthelet
5fa51dc53d
feat(Templates): Update aws-nodejs-typescript for nodejs14.x
2021-02-09 09:24:44 +01:00
Juanjo Diaz
006557d847
refactor: Use standalone ServerlessError. ( #8897 )
2021-02-09 09:20:55 +01:00
Piotr Grzesik
fd9b26a9e8
feat(Templates): Add aws-python-docker template
2021-01-28 17:22:56 +01:00
Piotr Grzesik
1a0390b597
feat(Templates): Add aws-nodejs-docker template
2021-01-28 16:20:14 +01:00
Piotr Grzesik
e79f906b9f
fix(Templates): Ensure that .gitignore is packaged for templates
2021-01-28 15:51:55 +01:00
Frédéric Barthelet
b753641b07
fix(Templates): Fix handler path resolution in aws-nodejs-typescript
2021-01-28 14:41:14 +01:00
Frédéric Barthelet
4469388669
fix(Templates): Compilation target ES2019 in aws-nodejs-typescript
2021-01-18 13:39:24 +01:00
Frédéric Barthelet
37d5f9e740
feat(Templates): Add node version constraint to aws-nodejs-typescript
2021-01-18 13:38:08 +01:00
Alexandre de Boutray
37398d06c5
refactor(Templates): Fix typo in package.json for template aws-nodejs-typescript ( #8754 )
2021-01-13 22:06:03 +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
Piotr Grzesik
3c5e497116
refactor(Templates): Upgrade to avoid using deprecated functionality
2020-12-29 21:25:44 +01:00
Frédéric Barthelet
c9db035266
feat(Templates): Update aws-nodejs-typescript template ( #8646 )
2020-12-22 15:59:50 +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
fef389b770
feat(Templates): Upgreate nodejs-typescript template ( #8543 )
2020-11-24 17:00:37 +01:00
Fukaya Temma
2791c7142f
fix(Templates): Fix cleanup in aws-go-mod template ( #8507 )
2020-11-16 10:19:19 +01:00
David ALLIX
cc103f147e
fix(Templates): Fix tooling options ( #8501 )
2020-11-16 08:55:06 +01:00
Chris Schuld
786809e262
feat(Templates): Upgrade aws-nodejs-typescript template ( #8496 )
2020-11-12 12:29:01 +01:00
Mariusz Nowak
9f5a07793a
refactor(Templates): Upgrade frameworkVersion
2020-09-10 14:47:33 +02:00
Mariusz Nowak
3089abc5c4
feat(Templates): Ensure "frameworkVersion" in all templates
...
As it's now a required setting when relying on globally installed "serverless"
2020-09-02 14:37:49 +02:00
Frédéric Barthelet
f3083828b4
fix(Templates): Rename vscode to .vscode folder ( #8168 )
2020-09-02 11:58:56 +02:00
Viacheslav Dobromyslov
40fb8ae112
feat(Templates): Upgrade google-nodejs template ( #8152 )
...
Updated NodeJS to 10 version. NodeJS 8 is deprecated in Google Cloud Functions.
2020-08-31 10:57:34 +02:00
Mariusz Nowak
8c3c7c4e3a
chore: Rename "tests" folder to "test"
...
Also upgrade @serverless/eslint-config to v2
2020-08-28 16:22:09 +02:00
Matt Davis
0490e8be20
fix(Templates): Fix SystemTextJson initialization in aws-sharp ( #8092 )
2020-08-19 10:36:35 +02:00
Sam Hulick
e7efca4b42
fix(Templates): Ensure ES7+ support in aws-nodejs-ecma-script ( #8064 )
2020-08-19 10:23:21 +02:00
Frédéric Barthelet
1f9eae9898
docs: Add AWS service file TypeScript type documentation ( #8003 )
2020-08-06 10:30:20 +02:00
Diego Marzo
15fae3bfb2
fix(Templates): Ensure missing Kotlin dependencies ( #8010 )
2020-07-30 13:15:33 +02:00