Mark Tse
238068cfc5
chore - prettified.
2019-10-11 22:38:16 -04:00
Mark Tse
060dc2c050
aws - deployment bucket policy for HTTPS only.
2019-10-11 22:33:16 -04:00
Tanner Barlow
faebd6f72b
Azure Python template
2019-10-11 15:58:53 -07:00
Philipp Muens
aba4e09c7b
Merge pull request #6780 from drexler/mfa-pause
...
Pause for mfa input
2019-10-11 09:05:33 +02:00
Mariusz Nowak
050cb90684
Merge pull request #6814 from serverless/improve-plugins-load
...
Improve plugins resolution and initialization flow
2019-10-10 06:23:44 -05:00
Mariusz Nowak
4d9006bcdf
Merge pull request #6808 from kdnakt/variables-add-question
...
Make question mark available as variables fallback
2019-10-10 06:01:36 -05:00
Philipp Muens
03fe15d11c
Run Prettier
2019-10-10 12:48:42 +02:00
drexler
8f5d59987c
test: update cover test
2019-10-10 06:34:53 -04:00
drexler
e8f6026566
fix: remove unneeded validation check
2019-10-10 06:34:41 -04:00
Mariusz Nowak
a62f15f661
Ensure to statically require core plugins
2019-10-09 17:16:58 +02:00
Tharun
60bc9a65b6
formatted log message
2019-10-09 12:18:53 +05:30
Tharun
2d679df9c2
Added logging under cli for openwhisk-nodejs
2019-10-09 12:14:02 +05:30
kdnakt
12cad14dce
Make question mark available as variables fallback
2019-10-09 09:10:32 +09:00
Philipp Muens
36d3f01a9c
Merge pull request #6779 from jessedoyle/s3-deployment-block-public
...
S3 Block Public Access
2019-10-08 15:09:34 +02:00
Lasantha Kularatne
c11c9efe21
Issue 4867 - Allowing InvokeBridge to find handleRequest method from super classes
2019-10-04 14:15:29 -05:00
Jesse Doyle
f1c768c42b
S3 Block Public Access
...
* Add a new boolean property named `blockPublicAccess`to the
`deploymentBucket` config object for the AWS provider.
* The property defaults to `false` to retain backwords
compatibility with existing infrastructure.
* When `true`, the configuration property will enable the
[S3 Block Public Access][1]. This will prevent all future
policies or ACLs that may grant public access to the
deployment bucket.
* Update the serverless.yml reference docs to reflect the
addition.
[1]: https://aws.amazon.com/blogs/aws/amazon-s3-block-public-access-another-layer-of-protection-for-your-accounts-and-buckets/
resolves: https://github.com/serverless/serverless/issues/6706
2019-10-01 22:21:10 -06:00
Jack Danger
4ad1ded244
Allow specifying ApiGateway logs role ARN
...
Since #6531 improved how we manage API Gateway's CloudWatch log IAM role
it's now simpler to allow hardcoding a role ARN in the YAML config.
This addresses [this
comment](https://github.com/serverless/serverless/pull/6591#discussion_r321010087 )
and unblocks anyone who needs to keep the IAM permissions for an app
scoped to just that app.
Example usage:
provider:
name: aws
logs:
restApi:
role:
arn:aws:iam::123456789:role/a-service-with-all-necessary-permissions
2019-09-26 15:32:46 -07:00
NomadBlacky
402c3ba3d4
Update dependencies in aws-scala-sbt template
2019-09-26 00:54:41 +09:00
Philipp Muens
975040b6ef
Merge pull request #6746 from JackDanger/jackdanger/fixing-typos-in-variable-names
...
Fixing typos in variable names
2019-09-25 13:32:03 +02:00
Philipp Muens
f11792e382
Update Jackson versions
2019-09-25 10:20:16 +02:00
Jack Danger
28d38c5ae2
fixing typos in variable names
...
nane -> name
resouce -> resource
2019-09-24 19:21:00 -07:00
Philipp Muens
113a1a1b4c
Merge pull request #6741 from serverless/BatchWindow
...
Add support for MaximumBatchingWindowInSeconds property on stream events
2019-09-24 17:13:42 +02:00
Mariusz Nowak
90b773a350
Fix install command
...
--prefix is not documented, and works differently on Windows
2019-09-24 16:24:20 +02:00
Alex DeBrie
f59a44f746
PR comment
2019-09-24 08:38:06 -05:00
Alex DeBrie
c93956ff22
Prettier
2019-09-24 07:21:32 -05:00
Alex DeBrie
1a183f79ff
Add batchWindow option to stream event types
2019-09-24 07:03:11 -05:00
Mariusz Nowak
c876123192
Improve message for Windows users
2019-09-24 12:49:21 +02:00
Mariusz Nowak
2586ac518e
Check for predefined credentials upfront
2019-09-23 15:56:14 +02:00
Mariusz Nowak
873f65c366
Improve consistency of return type
2019-09-23 15:56:13 +02:00
Mariusz Nowak
22aaeacac0
Improve message formatting
2019-09-23 15:56:13 +02:00
Mariusz Nowak
36a1102aeb
Seclude writeOnSetupSkip
2019-09-23 15:56:13 +02:00
Mariusz Nowak
dfac42eb54
Expose setupAws configuration
...
To enable customization in dashboard plugin
2019-09-23 15:56:13 +02:00
Mariusz Nowak
d0052e7651
Modularize setup AWS interactive CLI step
...
So it can be customized by dashboard plugin
2019-09-23 15:56:12 +02:00
Philipp Muens
f70ed6f9ff
Remove old test
2019-09-23 14:54:43 +02:00
Philipp Muens
6ddf43fae3
Add support for uninstall command
2019-09-23 13:16:09 +02:00
Jeff McLean
a06c342876
Allow plugins not in registry to be installed
2019-09-20 10:41:05 -05:00
Mariusz Nowak
814accb50d
Upgrade to @serverless/test v2.0.0
2019-09-19 15:34:12 +02:00
Edmundo Rodrigues
70fa0d82dd
feat: add qualifier option to invoke command
2019-09-18 18:00:52 -03:00
noreabu
6a91107e3d
fix: use normalized maps in zipService.js
...
The comparison inside zipFiles normalizes both maps before comparison
2019-09-18 16:23:29 +02:00
Philipp Muens
1aface0566
Merge pull request #4922 from aliyun/add-aliyun-provider
...
Add aliyun provider
2019-09-18 10:34:33 +02:00
Mariusz Nowak
18696914f8
Merge pull request #6660 from serverless/support-serverless-access-key
...
Move common test utils to @serverless/test
2019-09-16 10:20:53 +02:00
Philipp Muens
3de805ab16
Run Prettier
2019-09-16 09:47:57 +02:00
Philipp Muens
46187332b9
Merge branch 'master' into myho/updateHttpTrigger
2019-09-16 09:29:24 +02:00
Philipp Muens
27c28d2e8c
Merge pull request #6376 from tbarlow12/update-azure-docs
...
Update Azure quickstart and Azure Node.js project README
2019-09-16 09:21:28 +02:00
Rich Trott
7f010a11ef
Fix regular expression escaping in aws plugin.
...
Also, remove leading `.*` in the regular expression. It will still match
if there are any characters preceding the matching text.
Fixes: https://github.com/serverless/serverless/issues/6688
2019-09-13 22:46:03 -07:00
Mariusz Nowak
7eeb16a468
Rely on @serverless/test/configure-inquirer-stub
2019-09-13 16:53:47 +02:00
Mariusz Nowak
6c949450bc
Refactor to rely on @serverless/test/skip-with-notice
2019-09-13 16:53:47 +02:00
drexler
5e425a7f84
test: update covering tests
2019-09-11 07:49:19 -04:00
drexler
381c147f15
fix: remove credential validation check from sls package command
2019-09-11 07:49:19 -04:00
My Ho
8717ff4c1c
address pr comments: remove webpack plugin and clean up extra .gitignore
2019-09-09 21:49:53 -07:00