Daniel Schep
5ffd7f4ae8
Fix invoke local when using callback in nodejs
2018-11-27 09:52:50 -05:00
Daniel Schep
806e07c6d6
Merge pull request #5516 from j0k3r/fix/aws-profile
...
--aws-profile should override profile defined in serverless.yml
2018-11-26 21:26:37 +00:00
Daniel Schep
0ff880062f
Merge pull request #5518 from serverless/fix-aws-cred-curly
...
fix 1st curly in the AWS required credentials
2018-11-26 14:20:49 +00:00
Daniel Schep
80ca974f3e
syntax hilight on aws policy too
2018-11-26 09:03:05 -05:00
Daniel Schep
df7f02b2fe
fix 1st curly in the AWS required credentials
2018-11-26 08:42:21 -05:00
Thom Crowe
badd26142e
Merge pull request #5517 from serverless/updating-docs-for-aws-partnership
...
Updating docs for aws partnership
2018-11-23 14:41:37 -06:00
Thom Crowe
ba4fdc092c
Update credentials.md
2018-11-23 11:28:21 -06:00
Thom Crowe
9e67366838
Update credentials.md
2018-11-23 11:26:39 -06:00
Thom Crowe
e77f7e583b
Updating with JSON file and new IAM Permissions
2018-11-23 11:14:02 -06:00
Thom Crowe
de5eeb7ca8
Update iam.md
2018-11-23 10:56:39 -06:00
Thom Crowe
6fd04a274b
Adding pricing for AWS Services
2018-11-23 10:55:49 -06:00
Thom Crowe
6c7eada33b
adding Lambda pricing per aws solutions architect
2018-11-23 10:37:19 -06:00
Thom Crowe
b53ce6f719
update w/minimum IAM role per AWS solution archit.
2018-11-23 10:33:30 -06:00
Thom Crowe
5db73b0fc0
add multi-reigion link per aws solutions architect
2018-11-23 09:44:35 -06:00
Thom Crowe
45f9246310
add CI/CD info article for AWS solutions architect
2018-11-23 09:35:59 -06:00
Jeremy Benoist
f8a99e942d
--aws-profile should override profile defined in serverless.yml
2018-11-22 15:40:25 +01:00
Alex DeBrie
c6e02d8bd8
Merge pull request #5512 from seanohollaren/fix-param-parsing
...
Fix bug where code attempts to parse nonexistent data / context objects
2018-11-21 14:51:31 -06:00
Sean O'Hollaren
45683ad808
Fix bug where code attempted to parse data / context objects when they were not supplied
2018-11-21 12:16:43 -08:00
Daniel Schep
1bef883a49
Merge pull request #5505 from serverless/python3.7
...
Python3.7 support!!!
2018-11-20 17:13:27 +00:00
Daniel Schep
3ba7920168
update docker-compose python verison too
2018-11-20 10:57:18 -05:00
Daniel Schep
b76bb189b1
Python3.7 support!!!
...
AWS now supports Python3.7 in Lambda!
https://aws.amazon.com/blogs/compute/python-3-7-runtime-now-available-in-aws-lambda/
2018-11-19 16:22:35 -05:00
Daniel Schep
e40c7901b0
Merge pull request #5504 from serverless/release-v-1-33-2
...
version bump for #5500 and #5503
v1.33.2
2018-11-19 18:08:58 +00:00
Daniel Schep
38c7fb1591
version bump for #5500 and #5503
2018-11-19 11:59:31 -05:00
Daniel Schep
a877808b24
Merge pull request #5503 from serverless/fix-5497
...
Convert logging to return a promise so that #5349 no longer causes #5497
2018-11-19 16:59:18 +00:00
Daniel Schep
de67fa5f58
Convert logging to return a promise so that #5349 no longer causes #5497
2018-11-19 11:08:15 -05:00
Daniel Schep
3033540385
Merge pull request #5500 from serverless/fix-py27-invoke-local
...
Don't use py3.5+ only subprocess.run in python invoke local
2018-11-19 14:18:37 +00:00
Daniel Schep
dd43b852bc
Don't use py3.5+ only subprocess.run in python invoke local
...
Fixes #5499
2018-11-16 15:35:45 -05:00
Daniel Schep
4bcd16336c
Merge pull request #5494 from serverless/release-v-1-33-1
...
version bump for #5492
v1.33.1
2018-11-15 14:13:59 -05:00
Daniel Schep
11a6688146
test covering #5493
2018-11-15 13:19:31 -05:00
Daniel Schep
237d0296f7
version bump for #5492
2018-11-15 13:09:41 -05:00
Daniel Schep
8138f56de8
Merge pull request #5492 from operasoftware/jkozera/fix-pr-5361-issues
...
Fix issues with PR #5631 causing base64 errors
2018-11-15 13:05:13 -05:00
Jerzy Kozera
efa6963242
Fix issues with PR #5631 causing base64 errors
...
- Some of values were not converted back from base64, which resulted in
spurious errors with base64 strings.
(This was caused by nested arrays, like commands, not being converted
back, combined with the wrong assumption that commands always occur
before options. It is not always true, as the added test case
demonstrates.)
- Some other values were converted *from* base64, but they weren't
base64 in the first place, which resulted in junk binary data.
(This was due to the invalid assumption that only odd-numbered values
need to be converted.)
2018-11-15 17:39:35 +01:00
Daniel Schep
319e3e5467
Merge pull request #5482 from serverless/release-v-1-33-0
...
releasing v1.33.0
v1.33.0
2018-11-15 09:16:42 -05:00
Daniel Schep
49abc61d55
releasing v1.33.0
2018-11-14 14:13:53 -05:00
Daniel Schep
8c044602b7
Merge pull request #5481 from serverless/sls-5480
...
Create an HttpsProxyAgent for plugin list if necessary
2018-11-14 09:42:26 -05:00
Daniel Schep
f5c225f05f
Create an HttpsProxyAgent for plugin list if necessary
...
Closes #5480
2018-11-14 07:53:22 -05:00
Daniel Schep
4cf2db57f9
Merge pull request #5298 from shanehandley/2116-consistent-errors-missing-config
...
2116 consistent errors missing config
2018-11-13 08:18:04 -05:00
Philipp Muens
f2857b92c0
Merge pull request #5473 from serverless/update-google-cloud-functions-template
...
Update plugin version of google-nodejs template
2018-11-13 06:54:20 +01:00
Daniel Schep
cee2bddd1d
Merge pull request #5445 from byteSamurai/fix-go-mod-bash-notification
...
insert line break to suppress warning
2018-11-12 11:47:22 -05:00
Daniel Schep
4a8727a012
Merge pull request #5477 from rcmorano/patch-3
...
Fix wrong example function name.
2018-11-12 09:31:52 -05:00
Daniel Schep
9b26522f59
Merge pull request #5471 from jkburges/patch-1
...
Removed errant apostrophe
2018-11-12 09:10:18 -05:00
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
Philipp Muens
aa939b1a25
Update plugin version of google-nodejs template
2018-11-08 15:14:57 +01:00
jkburges
8a0fd1b8b6
Removed errant apostrophe
...
Sorry to be that guy but the little details do count in documentation :-)
2018-11-07 15:09:18 +11:00
Alfred Feldmeyer
5b4c5c7e91
insert line break to suppress warning
2018-11-05 18:54:15 +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