9057 Commits

Author SHA1 Message Date
Daniel Schep
ddb13df3dd
Fix kubeless input & output
This reflects the actual behavior of `_.capitalize`.
Namely, that it doesn't do anything useful on objects.
2018-11-12 09:08:26 -05:00
Roberto C. Morano
8f09cc823c
Fix wrong example function name.
Changed references to "hello" function -which does not exist in the proposed [kubeless-nodejs](https://github.com/serverless/serverless/blob/master/lib/plugins/create/templates/kubeless-nodejs/serverless.yml) template- to function "capitalize" and updated example.
2018-11-12 11:14:43 +01:00
Daniel Schep
ee308b2fc8
Merge pull request #5409 from serverless/bucket-name-uppercase-info
Wrong error when S3 bucket name starts with an upper-case character
2018-11-02 15:50:11 -04:00
Rafal Wilinski
4cb7cccb38 Fix code formatting 2018-11-02 15:21:09 -04:00
Rafal Wilinski
e1c712ba15 Move uppercase bucket name error statement 2018-11-02 15:21:09 -04:00
Daniel Schep
8c42d16349
Merge pull request #5440 from serverless/fix-integration-test
Fix integration test
2018-11-02 14:35:34 -04:00
Daniel Schep
6f1e6ab8c0 Fix integration test
rollback was using a unix timestamp, but  expects
an ISO8601 timestamp it seems
2018-11-02 10:45:42 -04:00
Daniel Schep
4578245d54
Merge pull request #5210 from serverless/pythonxy
Use pythonX instead of pythonX.Y in invoke local(take 3)
2018-11-02 07:27:12 -04:00
Daniel Schep
c7d6072233
Merge pull request #5355 from cloudreach/5354-fix
update python invokeLocal to detect tty
2018-11-01 20:59:10 -04:00
Daniel Schep
f27cc898f4
Merge pull request #5433 from devinschulz/patch-1
Fix typo in Google workflow
2018-11-01 20:56:20 -04:00
Daniel Schep
7325929be9
Merge pull request #5425 from abumalick/patch-1
Updating services.md > Invoking Serverless locally
2018-11-01 19:38:21 -04:00
Daniel Schep
ccfe5cbda6
Merge pull request #5432 from kennu/master
Assume role and MFA support for Serverless CLI
2018-11-01 19:31:15 -04:00
Kenneth Falck
828e4ae212 Remove automatic AWS_SDK_LOAD_CONFIG=true for backwards compatibility in tests 2018-11-01 13:09:09 +02:00
Nick Gottlieb
641ec4ccaa
Merge pull request #5435 from pdaryani/doc-build-error-fix
Fix build error caused by new docs PR
2018-10-31 16:15:46 -07:00
Pravin
bf66cfbf5b added frontmatter in openwhisk rubyHelloWorld doc 2018-10-31 20:05:51 +01:00
Pravin
08e0f1abb1 corrected gitignore filename by prepending it with a . 2018-10-31 19:57:42 +01:00
Daniel Schep
a75b5640c8 Store cachedCredential in AwsProvider instance instead of a global
and fix lint error
2018-10-31 14:38:15 -04:00
Takahiro Horike
a4105e24ba
Merge pull request #5427 from jthomas/master
Adding Ruby support for OpenWhisk provider plugin.
2018-11-01 03:02:17 +09:00
Devin Schulz
f488ef21cf
Fix typo in Google workflow 2018-10-30 21:40:39 -04:00
Kenneth Falck
c064edef19 Support role_arn, source_profile and mfa_serial in ~/.aws/config
This sets the AWS_SDK_LOAD_CONFIG environment variable which allows
AWS SDK to read ~/.aws/config, and implements the tokenCodeFn
callback which asks the user to enter a MFA code. Credentials are
also cached to avoid creating the object multiple times, which
makes MFA work properly when multiple requests are made.

With these changes Serverless Framework should be compatible with
AWS CLI, so that these instructions for assuming a role work
out-of-the-box:
https://docs.aws.amazon.com/cli/latest/userguide/cli-roles.html
2018-10-30 21:18:25 +02:00
James Thomas
97b9c5f89d Adding Ruby support for OpenWhisk provider plugin. 2018-10-29 14:46:12 +00:00
Takahiro Horike
e0405b6dc6
Merge pull request #5419 from ConzorKingKong/master
Update Cloudflare Workers documentation
2018-10-29 13:56:08 +09:00
Brian Neisler
801a9640d7
Merge pull request #5405 from softprops/gh-issue-templates
break single general issue template into two specialized templates
2018-10-28 11:00:22 -07:00
abumalick
089fc33a4a
Updating services.md > Invoking Serverless locally
Here is an easier way to invoke a local serverless installation.

- executables have symlinks in `node_modules/.bin` folder
- npx is an easier way to invoke these local executables: (ref: https://blog.scottlogic.com/2018/04/05/npx-the-npm-package-runner.html)

Thanks for serverless framework 👍
2018-10-27 10:54:23 +02:00
Connor Peshek
3ec435ce92 Add information on installing cloudflare workers plugin. 2018-10-25 20:22:20 -07:00
Connor Peshek
feb80b99e7 Add Cloudflare to providers. 2018-10-25 20:21:44 -07:00
Connor Peshek
9b25b5a235 Add Cloudflare to sidebar. 2018-10-25 20:20:39 -07:00
Travis Webb
e98100de91 Merge branch '5354-fix' of github.com:cloudreach/serverless into 5354-fix 2018-10-22 14:31:26 -07:00
Travis Webb
56ebcc4c4e Merge branch 'master' of github.com:cloudreach/serverless into 5354-fix 2018-10-22 14:30:20 -07:00
Travis Webb
0cc2425e98 remove extraneous log statement 2018-10-22 14:29:50 -07:00
Takahiro Horike
52e2693e6f
Merge pull request #5408 from tekamoment/patch-1
Improve language in alexa-skill documentation
2018-10-21 15:47:39 +09:00
Takahiro Horike
2d22c40195
Merge pull request #5395 from aki-webii/fix/support-apig-api-key-source-type
APIG ApiKeySourceType support.
2018-10-21 15:46:43 +09:00
Carlos Arcenas
2a1ba50ad9
Improve language in alexa-skill documentation 2018-10-20 23:51:48 +07:00
softprops
43e112fad7 break single general issue template into two specialized templates 2018-10-19 15:43:59 -04:00
aki-webii
95627905e2 Revise AWS serverless.yml guide. 2018-10-17 22:20:33 +09:00
Takahiro Horike
97ffa9b1cc
Merge pull request #5399 from JaderCM/revert-5384-patch-1
Revert "Update cognito-user-pool.md"
2018-10-17 09:53:10 +09:00
Jáder Carvalho de Medeiros
570749f820
Revert "Update cognito-user-pool.md" 2018-10-16 12:53:39 +01:00
Takahiro Horike
33b7784bad
Merge pull request #5364 from juanjoDiaz/function_individually_overrides_service_artifact
Let function package.individually config override service artifact
2018-10-15 12:58:54 +09:00
aki-webii
8524ea5a74 Return Promise.reject(async) object insted of the simple error(sync) when the validation error is occurred. 2018-10-15 10:57:21 +09:00
Takahiro Horike
f6e7cfc186
Merge pull request #5270 from abbasdgr8/feature/addition-of-cloudwatch-proxy
Added CloudWatch Proxy to examples
2018-10-15 03:30:34 +09:00
Takahiro Horike
4e57851240
Merge pull request #5250 from philiiiiiipp/patch-1
Multiple cloudformation resources
2018-10-15 03:21:43 +09:00
horike37
98ec5af05b remove unnecessary line break 2018-10-15 03:17:41 +09:00
horike37
c22a044131 Merge remote-tracking branch 'root/master' into feature/addition-of-cloudwatch-proxy 2018-10-15 03:11:10 +09:00
Takahiro Horike
bf2ee2e56b
Merge pull request #5299 from weeniearms/master
Added possibility to specify custom S3 key prefix instead of the stan…
2018-10-15 02:59:49 +09:00
Takahiro Horike
80fd2470e9
Merge pull request #5375 from volteanu/patch-1
Doc update for openwhisk package name
2018-10-15 02:55:00 +09:00
Sebastian Borza
ae8f9dae69
Merge pull request #5393 from toshi0607/add-go-modules-template
add aws-go-mod
2018-10-14 09:51:53 -05:00
horike37
3d669b3eb2 Merge remote-tracking branch 'root/master' into 5354-fix 2018-10-14 15:11:12 +09:00
Takahiro Horike
4d053088e5
Merge pull request #5349 from jogold/fix/process-not-exiting
Fix bin process not always exiting
2018-10-14 14:54:17 +09:00
Takahiro Horike
af26fbbc1a
Merge pull request #5361 from 07Gond/master
Avoid args being rounded and converted to numbers
2018-10-14 13:48:27 +09:00
Takahiro Horike
71214f5b65
Merge pull request #5328 from reedyrm/master
Add CacheControl headers on the OPTIONS response in AWS API Gateway
2018-10-14 12:12:58 +09:00