exoego
d85a67cf37
Add detail and recovery operation.
2019-01-17 21:54:39 +09:00
Takahiro Horike
c3da897ec2
Merge pull request #5688 from exoego/fix-5681
...
Fix awsProvider.js : "Cannot use 'in' operator to search for '0'
2019-01-17 09:21:24 +09:00
Philipp Muens
f2038ae9af
Merge pull request #5130 from alexander-alvarez/documenting-secrets
...
docs: Kubeless secrets
2019-01-16 13:48:10 +01:00
Philipp Muens
ad5decb080
Merge pull request #5680 from sparkertime/patch-1
...
Clarify docs for the http key for GCF
2019-01-16 13:35:48 +01:00
Philipp Muens
f83774469c
Merge pull request #5695 from gabrielkaputa/master
...
Increase @types/aws-lambda version in aws-nodejs-typescript template
2019-01-16 13:33:32 +01:00
Philipp Muens
9fcc683965
Merge pull request #5707 from venkatramachandran/patch-1
...
Fixed a link
2019-01-16 13:02:35 +01:00
exoego
f434009c45
Move stage name validation to Service#validate.
...
Since validation should be performed after service.functions are resolved.
2019-01-16 16:39:09 +09:00
Venkat Ramachandran
f9c6412275
Fixed a link
2019-01-16 13:25:06 +11:00
Takahiro Horike
07154d772f
Merge pull request #5694 from exoego/cross-region-same-stack-name
...
AWS: Request cache should add region as key to prevent cross-region cache collision
2019-01-16 00:32:48 +09:00
Daniel Schep
5958a74b52
Merge pull request #5697 from et304383/master
...
Fix layer doc reference to functions (should be layers)
2019-01-14 08:13:08 -05:00
et304383
eb97334c22
Fix layer doc reference to functions (should be layers)
2019-01-14 08:40:59 -04:00
Philipp Muens
63ef31da44
Merge pull request #5696 from serverless/v-1-36-1
...
1.36.1 bugfix
v1.36.1
2019-01-14 10:52:11 +01:00
Daniel Schep
049f46cdf8
1.36.1 bugfix
2019-01-13 20:31:52 -05:00
Daniel Schep
96906c1c70
Merge pull request #5686 from exoego/validation-after-var-resolution
...
AWS: Fix stage name validation timing and allow hyphen
2019-01-13 20:25:53 -05:00
Gabriel Kaputa
011e8d52cb
Increase @types/aws-lambda version in aws-nodejs-typescript template
2019-01-14 00:29:55 +01:00
exoego
2f76b6e08d
Fix linting error.
2019-01-13 22:35:06 +09:00
exoego
4d4824f719
Add new property in jsdoc.
2019-01-13 22:16:09 +09:00
exoego
5790c3a69c
Fix request cache to consider cross-region for ${cf.REGION}.
2019-01-13 22:15:45 +09:00
exoego
fe6cb01302
Fix error message.
2019-01-12 17:33:38 +09:00
exoego
ef591b2677
Add test case when the populated variable is valid.
2019-01-12 17:23:45 +09:00
exoego
df780c36e3
Allow underscore too.
2019-01-12 17:17:40 +09:00
exoego
a12bb5bf71
Allow hyphen which is valid for API Gateway now.
2019-01-12 08:53:29 +09:00
exoego
5ca31157b7
Add test case to increase coverage.
2019-01-12 08:33:50 +09:00
exoego
6e0d7a86d1
Implement after-variable-resolution stage name validation for AWS.
2019-01-12 08:11:50 +09:00
exoego
997ac354f7
Update test for regression.
2019-01-12 07:39:17 +09:00
exoego
2f53ecab10
Drop validation before variable resolution.
2019-01-12 07:38:42 +09:00
Scott Parker
bdafd539f9
Clarify the http key for GCP
...
This adds a few notes to better explain what you can and cannot do within `serverless.yml` when using GCF. I hope this will address a few common questions for newcomers around HTTP verbs and path configuration in the place they are most likely to find them.
2019-01-11 08:17:42 -06:00
Daniel Schep
3bfcd0ae20
Merge pull request #5678 from timporter/fixInvalidYamlInAWSLayersDoc
...
Update layers.md
2019-01-11 08:28:11 -05:00
Tim Porter
cdf37a65a7
Update layers.md
2019-01-11 11:21:18 +00:00
Daniel Schep
91ba29066e
Merge pull request #5670 from serverless/v-1-36-0
...
v1.36.0 release!
v1.36.0
2019-01-10 12:31:03 -05:00
Daniel Schep
e94f3ba673
Merge pull request #5665 from klausbadelt/patch-1
...
Add missing `--force` option
2019-01-09 11:26:48 -05:00
Daniel Schep
40f77c3cf5
mor doc updates
2019-01-09 11:26:43 -05:00
Daniel Schep
4b186ebb8e
Merge pull request #5666 from serverless/horike37-patch-1
...
Update year in LICENSE.txt
2019-01-09 11:25:38 -05:00
Daniel Schep
29a8f1cffa
v1.36.0 release!
...
- [Log AWS SDK calls in debug mode](https://github.com/serverless/serverless/pull/5604 )
- [Added currently supported regions for GCP functions](https://github.com/serverless/serverless/pull/5601 )
- [Update Cloudflare Templates](https://github.com/serverless/serverless/pull/5620 )
- [AWS: Validate rate/cron syntax before Deploy](https://github.com/serverless/serverless/pull/5635 )
- [Fix error log output](https://github.com/serverless/serverless/pull/5378 )
- [Support for native async/await in AWS Lambda for aws-nodejs-typescript template ](https://github.com/serverless/serverless/pull/5607 )
- [aws-csharp create template uses handler-specific artifact](https://github.com/serverless/serverless/pull/5411 )
- [change behaviour on initial stack create failed](https://github.com/serverless/serverless/pull/5631 )
- [Add warning for multiple functions having same handler](https://github.com/serverless/serverless/pull/5638 )
- [AWS: Add API Gateway stage name validation.](https://github.com/serverless/serverless/pull/5639 )
2019-01-09 10:54:45 -05:00
Takahiro Horike
f0881b5842
Update LICENSE.txt
...
update year
2019-01-09 16:51:15 +09:00
Klaus Badelt
7b16d6b8b7
Add missing --force option
2019-01-08 18:29:07 -08:00
Daniel Schep
223ccb1e22
Merge pull request #5659 from serverless/sls-5657
...
direct link to video guide
2019-01-07 13:41:48 -05:00
Daniel Schep
ca5db87050
direct link to video guide
2019-01-07 13:33:23 -05:00
Daniel Schep
3489aed935
Merge pull request #5554 from rdsedmundo/issues/3447
...
Fix ResourceLimitExceeded for cloudwatchLog event
2019-01-07 12:56:48 -05:00
Daniel Schep
0896f311b1
Merge pull request #5312 from Limess/4496/handle-scoped-packages
...
Handle scoped npm packages in ${file()} variables
2019-01-07 10:56:25 -05:00
Daniel Schep
93858404ef
Merge pull request #5653 from serverless/update-jackson-dep
...
update jackson-databind to secure version
2019-01-07 09:59:23 -05:00
Daniel Schep
fb1069ff4b
update jackson-databind to secure version
2019-01-07 09:04:26 -05:00
Takahiro Horike
d4e36b71c3
Merge pull request #5650 from exoego/fix-cf-region-syntax
...
AWS: Fix ${cf.REGION} syntax causes deployment in wrong region
2019-01-07 10:49:05 +09:00
Takahiro Horike
0aa9a8562a
Merge pull request #5651 from webmasterkai/patch-1
...
Cloudflare config should be under provider property
2019-01-07 10:48:01 +09:00
Kai Curry
85704f3b86
Move config to provider. cloudflare functions doc
2019-01-06 14:24:50 -05:00
Kai Curry
089b966a88
Config should be under provider property
...
As detailed in cloudflare/serverless-cloudflare-workers#1 and cloudflare/serverless-cloudflare-workers#2
2019-01-06 14:09:22 -05:00
exoego
d74c0bb679
Deep-clone so modifying credentials in method does not affect original credentials.
2019-01-04 21:00:59 +09:00
exoego
337eb79b61
Add regression test for cf.REGION syntax.
2019-01-04 21:00:11 +09:00
Takahiro Horike
cfd6c621cc
Merge pull request #5639 from exoego/aws-stage-validation
...
Add stage name validation to AWS provider.
2019-01-04 20:00:32 +09:00
exoego
b37f5cdb4b
Remove validation for CloudFront since it is already implemented in createStack.js
2019-01-04 18:40:19 +09:00