Mariusz Nowak
3e983f347a
fix: Bring back "provider.sdk" property, to not break plugins
2021-03-16 17:54:00 +01:00
Mariusz Nowak
41df6fbee2
fix(AWS Credentials): Fix credentials resolution (right way)
2021-03-16 14:58:54 +01:00
Piotr Grzesik
5183620e9e
fix(AWS EventBridge): Clarify CF functions support for eventBus
2021-03-16 14:57:07 +01:00
Mariusz Nowak
6f8b5b41eb
fix(AWS Credentials): Fix credentials resolution
2021-03-16 13:58:57 +01:00
Piotr Grzesik
4cd629ac44
fix(AWS Lambda): Ensure correct schema for vpc definition
2021-03-16 13:58:44 +01:00
Mariusz Nowak
8b301dce9c
refactor(CLI): Generalize handling of not supported commands
2021-03-16 09:34:33 +01:00
Mariusz Nowak
6ec463cbe7
fix(CLI): Improve handling of container commands
...
Allow to run them, and simply show help output if they're run
2021-03-16 09:34:33 +01:00
Mariusz Nowak
21cc4cf8cb
refactor(CLI): Expose "--help" in supported command options
2021-03-16 09:34:33 +01:00
Mariusz Nowak
b9afc144bf
refactor(CLI): Recognize interactive setup command in commands schema
2021-03-16 09:34:33 +01:00
Mariusz Nowak
14a2640bd9
refactor(CLI): Seclude schema of core commands
2021-03-16 09:34:33 +01:00
Mariusz Nowak
6752945eaa
refactor(CLI): Fix "config tabcompletion uninstall" usage info
2021-03-16 09:34:33 +01:00
coyoteecd
e77a00dfff
fix(AWS IAM): Accept arn:${AWS::Partition} in function roles ( #9103 )
2021-03-15 16:49:03 +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
AlinoeDoctari
5fb85d36c8
refactor: Seclude AWS request util from internals ( #8850 )
2021-03-12 15:27:49 +01:00
Mariusz Nowak
aa7b66a66c
fix(AWS Deploy): Fix deploy function command error handling
2021-03-11 16:55:19 +01:00
Mariusz Nowak
a7d2cf0605
refactor(AWS Deploy): Minimize try/catch wrap
2021-03-11 16:55:19 +01:00
terrybondy
ab8529cb24
fix(AWS Local Invocation): Support env vars with = in value ( #9079 )
...
* Fix prettier warnings.
* test(invoke): ensure everything after first "=" is included in environment variable
* test(invoke): unskip new test
Co-authored-by: Lew Gordon <lew.gordon@genesys.com>
2021-03-10 09:23:18 +01:00
Yahia Kerim
82bf35c1b9
fix(AWS IAM): Allow iam.role to use awsLambdaRole definition ( #9094 )
2021-03-09 17:21:04 +01:00
Tristan Rigaut
dea7b5a3c0
fix(AWS Deploy): Warn when invalid IAM policy to fetch lambda ( #9041 )
2021-03-09 10:29:29 +01:00
Dave Lowther
5f5d2e580e
fix(Config Schema): Support CF functions for managed policies ( #9089 )
2021-03-09 09:38:42 +01:00
Sam Lyon
0f631f7bd1
feat(Config Schema): Accept accountId as policy principal
2021-03-08 21:13:08 +01:00
Dmitry Shirokov
42a1cdb6f1
feat(AWS IAM): Allow tags parameter on lambda execution role ( #9039 )
2021-03-08 11:04:32 +01:00
Vishnu Prassad
b2188a20d9
feat(AWS Stream): Add support for custom checkpoint ( #9056 )
2021-03-05 18:35:30 +01:00
Piotr Grzesik
55abaaf6d5
refactor: Revert bluebird from lib/plugins/aws
...
This reverts commit b11171c70c8f5597e2644f7ea8ec82a17a9eee29.
2021-03-04 11:06:44 +01:00
Piotr Grzesik
217b9751ea
refactor: Revert bluebird from lib/plugins/interactiveCli
...
This reverts commit 7c0ceb5c4a1171666e381ef9a00c6f133569732b.
2021-03-04 11:06:44 +01:00
Piotr Grzesik
399d91b7e4
refactor: Revert bluebird from lib/plugins/package
...
This reverts commit 0fb0f43919bd3bd4a9c57b9f33bf96a822ce027c.
2021-03-04 11:06:44 +01:00
Piotr Grzesik
ae2c92ced6
refactor: Revert bluebird from lib/plugins/create
...
This reverts commit 258543ab6e1874ba41be3563346cd7b50993ac58.
2021-03-04 11:06:44 +01:00
Piotr Grzesik
2a9f79f19e
refactor: Revert bluebird from lib/plugins/plugin
...
This reverts commit 9e7960297227b39f05c2619a80e3cac7cb7be1a5.
2021-03-04 11:06:44 +01:00
Piotr Grzesik
7a012d83b9
refactor: Revert remove bluebird from lib/plugins
...
This reverts commit 8fead7f39e3a5649e87a4ceb6e0c0a28e7f61ea5.
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
6c4beb64ee
fix(AWS Credentials): Fix unrecognized profile error reporting
2021-03-02 16:59:06 +01:00
Mariusz Nowak
8592bdb1b2
refactor: Improve deprecation message
2021-03-01 22:48:48 +01:00
Juanjo Diaz
7c0ceb5c4a
refactor: Remove bluebird from lib/plugins/interactiveCli ( #9029 )
2021-03-01 11:54:18 +01:00
Juanjo Diaz
0fb0f43919
refactor: Remove bluebird from lib/plugins/package ( #9028 )
2021-03-01 11:44:49 +01:00
ifitzsimmons
6e486b3eb1
refactor: Use async in lib/plugins/aws/package ( #8870 )
...
Covered the following paths:
* Files put directly into `lib/plugins/aws/package/compile`
* Files put directly into `lib/plugins/aws/package`
* `lib/plugins/aws/package/lib`
Made changes to tests where necessary.
2021-03-01 11:15:34 +01:00
Jeffrey McGuffee
aeb64fd3cc
feat(AWS API Gateway): Allow reuse and customization of schema models
...
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-26 12:25:07 +01:00
Juanjo Diaz
258543ab6e
refactor: Remove bluebird from lib/plugins/create ( #8996 )
2021-02-26 09:02:12 +01:00
Juanjo Diaz
9e79602972
refactor: Remove bluebird from lib/plugins/plugin ( #8984 )
2021-02-25 08:46:50 +01:00
stuartforrest-infinity
13444caa28
feat(AWS EventBridge): Support for using native CloudFormation ( #8437 )
...
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-24 15:00:48 +01:00
yumei
9b030ad5f4
feat(AWS Deploy): Gently handle (strip) null's in CF template ( #8975 )
2021-02-24 14:42:13 +01:00
AlinoeDoctari
4e0599571a
refactor(AWS Deploy): Rely on provider.request for AWS SDK calls ( #8913 )
2021-02-24 14:24:23 +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
jay
9f5fd61009
feat(AWS HTTP API): Add ability to apply provider.tags ( #8938 )
...
Co-authored-by: j.muppala <j.muppala@samsung.com>
2021-02-23 10:50:59 +01:00
Mariusz Nowak
4f64e560b9
fix: Display version related deprecations only with functions
2021-02-22 16:58:19 +01:00
Piotr Grzesik
265b9b80f5
fix: Correctly define print hook ( #8979 )
2021-02-22 16:25:23 +01:00
Juanjo Diaz
8fead7f39e
refactor: Remove bluebird from top-level lib/plugins ( #8973 )
2021-02-22 10:16:34 +01:00
Zach Swanson
36c78c70d1
fix(AWS ALB): Conform to CF schema with multiple host header ( #8965 )
2021-02-19 15:01:32 +01:00
Piotr Grzesik
deed53449f
fix(Templates): Ensure that gradle-wrapper.jar is not excluded
2021-02-19 11:14:28 +01:00
Piotr Grzesik
5057f9ab86
fix(AWS Lambda): Throw verbose error when referencing invalid layer
2021-02-17 14:17:55 +01:00
Guillaume Desvé
bebf3430b4
feat(AWS HTTP API): Support provider.httpApi.disableDefaultEndpoint ( #8649 )
2021-02-16 15:35:18 +01:00