7343 Commits

Author SHA1 Message Date
Nik Graf
f670072d27
improve log output and fix linting issues 2017-06-19 12:26:57 +02:00
Nik Graf
bed42b6a1d
fix depedencies 2017-06-19 12:22:15 +02:00
Nik Graf
4514bb01c3
remove legacy imports 2017-06-19 12:21:54 +02:00
Nik Graf
c5537c2343
Merge branch 'master' into services 2017-06-19 11:26:46 +02:00
Nik Graf
878c358053
remove shrinkwrap file 2017-06-19 11:19:41 +02:00
Philipp Muens
d689b9e104 Add invocationId 2017-06-19 09:02:48 +02:00
Alex DeBrie
24e26b3cd1 Fix linting errors 2017-06-19 02:13:52 +00:00
Alex DeBrie
5aae161ce4 Add checks for HTTP Authorizers 2017-06-19 00:53:14 +00:00
Stuart Lang
d419c580c0 Add global.json 2017-06-18 16:53:20 +01:00
Philipp Muens
a3e233cc79 Replace walkDirSync logic with glob usage 2017-06-17 17:18:48 +01:00
Stuart Lang
ff31ce77e5 Updated Amazon.Lambda.Tools and ensure zip command is available 2017-06-17 15:25:54 +01:00
Philipp Muens
9f67a39f38 Exclude dev dependencies in .zip file 2017-06-16 19:30:07 +01:00
Philipp Muens
526d3a6da4 Refactor code to support deploymentBucket object representation globally 2017-06-16 11:50:51 +01:00
Philipp Muens
23ad8a122d Update docs 2017-06-16 11:11:39 +01:00
Philipp Muens
82b05b84b8 Add support for deploymentBucket object without name 2017-06-16 11:04:47 +01:00
Philipp Muens
1d9aed5219 Add tests for setting the signatureVersion 2017-06-16 10:55:05 +01:00
Philipp Muens
4b3476c061 Add documentation 2017-06-16 10:46:58 +01:00
Philipp Muens
b11dc135a1 Add deploymentBucket config handling in AWS package and deploy plugins 2017-06-16 09:32:48 +01:00
Philipp Muens
5ff5256293 Add function to handle the deploymentBucket object representation 2017-06-16 09:31:55 +01:00
Philipp Muens
b87326d5dd Minor refactorings 2017-06-16 09:19:41 +01:00
Stuart Lang
489eb48c8e Added missing namespace 2017-06-16 08:53:20 +01:00
Stuart Lang
5c54049001 Update dotnet sdk docker image 2017-06-16 08:53:19 +01:00
Stuart Lang
729ec7da2f Updated csharp to latest tooling 2017-06-16 08:53:19 +01:00
Philipp Muens
9c19d7a773 Remove deployment bucket reference from Service class 2017-06-16 08:43:25 +01:00
Philipp Muens
b912ad91bd Minor code cleanup 2017-06-16 08:36:19 +01:00
Max Redmond
d045201315 adding test for setDeploymentBucketname()
Merge branch 'deployment'
2017-06-16 08:17:24 +01:00
Max Redmond
d3a5794c2e added setDeploymentBucketName function 2017-06-16 08:12:40 +01:00
Max Redmond
da0736fd6b added signatureVersion: 'v4' parameter to s3 object if tyring to use aws:kms sse 2017-06-16 08:12:23 +01:00
Max Redmond
abef261722 update serverside encryption options so that they are configured in the deploymentBucket section 2017-06-16 08:12:23 +01:00
Max Redmond
9a8b2354ed fixing lint error 2017-06-16 08:12:23 +01:00
Max Redmond
56049e34f8 new function to add serverside encryption params 2017-06-16 08:12:23 +01:00
Max Redmond
09979a170b adding sse test cases 2017-06-16 08:12:23 +01:00
Max Redmond
6aad85e7e7 lint clean up 2017-06-16 08:12:23 +01:00
Max Redmond
9ffba7fdc6 adding check for deploymentBucketOptions to anohter part of the code 2017-06-16 08:12:23 +01:00
Max Redmond
6873abda0d adding a check for deploymentBucketOptions
checking if deploymentBucketOptions exists in the yaml so that you can deploy without any deploymentBucketOptions defined
2017-06-16 08:12:23 +01:00
Max Redmond
46d4466898 adding serverside encryption options to deployment bucket in the provider section of serverless.yml 2017-06-16 08:12:23 +01:00
Philipp Muens
6a9e99656d Merge pull request #3800 from Sequoia/patch-1
invoke local docs fixup
2017-06-16 07:19:44 +01:00
Philipp Muens
8ce70730c3 Merge pull request #3802 from zined/ensure_current_documentation
Ensure current documentation
2017-06-15 16:47:54 +01:00
Sequoia McDowell
fba685d8b1 invoke + invoke local docs fixup
- removed erroneous statement about "context and event properties" in mock event data files
- added example data.json

@TODO: the `invoke` docs should be the main source of truth here, the
`invoke local` docs should describe *only what's different from invoke*
and defer to `invoke` for the rest. Duplicating across the two files is
not ideal.
2017-06-15 11:33:30 -04:00
zined
9793a1359f Ensure current documentation
Creating an IAM Role with a 'Path' that does not end with a '/' will
lead to:

The specified value for path is invalid. It must begin and end with /
and contain only alphanumeric characters and/or / characters..
2017-06-15 14:33:47 +02:00
Philipp Muens
a15f980a44 Merge pull request #3796 from davidgatti/patch-1
Added missing step
2017-06-15 08:02:20 +01:00
David Gatti
a21d59d269 Less is more
Removed the NPM stuff per request.
2017-06-15 08:01:07 +02:00
k1LoW
b252846e1d Fix #3792: Resolve tabtab/src/cli.js path when installing locally 2017-06-15 05:07:23 +09:00
David Gatti
6acedc9d1c Added missing step
without `npm init`, `npm install` will throw an error :)
2017-06-14 16:31:27 +02:00
Philipp Muens
fa6b32ce5e Merge pull request #3791 from ryanmurakami/cgnito
Adding Cognito User Pool Trigger documentation link
2017-06-14 13:56:14 +01:00
Ryan Lewis
0164701655 added words 2017-06-13 22:50:59 -07:00
Ryan Lewis
8e7b0065f3 changing event link 2017-06-13 22:43:53 -07:00
Rafal Wilinski
12821169ef Merge pull request #1 from serverless/master
update
2017-06-13 23:19:15 +02:00
Nik Graf
68a7ecec92
add support for the new service properties 2017-06-13 19:40:48 +02:00
Nik Graf
a2ec1bba85
add function description support 2017-06-13 19:26:00 +02:00