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
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
Philipp Muens
427d0df28f
Merge pull request #3787 from geoffreywiseman/master
...
Avoid Referencing Providers
2017-06-13 16:59:39 +01:00
Geoffrey Wiseman
71e7644316
Avoid Referencing Providers
...
Minor changes to avoid referencing providers directly unless:
- it is part of a provider-specific section of the site
- it is a comprehensive list of providers in the few places where they should be listed
- it is an example to help provide context
2017-06-13 10:57:34 -04:00
Eslam λ Hefnawy
022ea48151
Merge pull request #3736 from serverless/throw-error-when-not-in-service
...
Throw error when command not run in service
2017-06-13 20:43:34 +07:00
Philipp Muens
6e807fa1bf
Update code to be run on "deploy" and "package"
2017-06-13 08:39:01 +02:00
Eslam λ Hefnawy
eb0dd25116
Merge pull request #3783 from serverless/releasing-1.15.3
...
releasing v1.15.3
v1.15.3
2017-06-12 23:04:58 +07:00
Eslam A. Hefnawy
3a415118c5
releasing v1.15.3
2017-06-12 23:03:09 +07:00
Philipp Muens
b43a421d38
Update code to re-use existing utils functionality
2017-06-12 11:13:01 +02:00
Philipp Muens
c5333aa165
Merge pull request #3778 from ryanmurakami/simpler-azure
...
Simplify Azure Template
2017-06-12 10:51:08 +02:00
Philipp Muens
0dca35a2c1
Throw error when command not run in service
2017-06-12 10:38:59 +02:00
Philipp Muens
a8e847a72a
Merge pull request #3752 from joeyvandijk/patch-1
...
Support "Task timed out" warnings as HTTP 504-errors
2017-06-12 10:35:15 +02:00
Philipp Muens
6aa415545e
Merge pull request #3739 from j0k3r/fix-cf-variable
...
Throw an Error when requested Cloudformation variable does not exist
2017-06-12 10:23:44 +02:00
Philipp Muens
719d0361a6
Merge pull request #3729 from alexcasalboni/issue-3698
...
Fix #3698 : Throw error if an individual package is empty
2017-06-12 10:14:55 +02:00
Philipp Muens
38d4367716
Merge pull request #3781 from serverless/fix-update-autocomplete-cache-file-bug
...
Fix updateAutocompleteCacheFile() bug caused by empty commands object
2017-06-12 09:46:11 +02:00
Philipp Muens
2a9636a18c
Fix updateAutocompleteCacheFile() bug caused by empty commands object
2017-06-12 09:08:27 +02:00
Philipp Muens
c196b86ee6
Merge pull request #3779 from ryanmurakami/deploy-function-env
...
Adding note to deploy function documentation
2017-06-12 08:49:49 +02:00
Ryan Lewis
0bd6a458ed
lint error
2017-06-11 12:26:58 -07:00
Ryan Lewis
a78f53365d
other services
2017-06-11 12:20:57 -07:00
Ryan Lewis
a747d6333f
adding note
2017-06-11 12:18:56 -07:00
Philipp Muens
0e4aceb704
Update error message
2017-06-11 21:14:12 +02:00
Philipp Muens
13ff0d6453
Fix test
2017-06-11 21:02:56 +02:00
Philipp Muens
dc677b8e9c
Update error message
2017-06-11 21:02:25 +02:00
Philipp Muens
39f0ad94a5
Merge pull request #3746 from HyperBrain/filter-nested-entrypoints-for-help
...
Filter nested entrypoints on getCommands(). Used by help.
2017-06-11 20:59:45 +02:00
Ryan Lewis
cfa4faf2bf
don't forget x
2017-06-11 11:52:57 -07:00
Ryan Lewis
6e660a159c
removing complexity in azure template
2017-06-11 11:51:24 -07:00
Philipp Muens
087ca0f216
Merge pull request #3776 from maciejtreder/patch-2
...
Typo in readme ;)
2017-06-11 20:39:23 +02:00
Maciej Sobala
b0d7353e9a
Create README.md
2017-06-11 18:57:54 +02:00
Eslam λ Hefnawy
3c8c03f453
Merge pull request #3772 from serverless/releasing-1.15.2
...
Releasing 1.15.2
v1.15.2
2017-06-11 02:20:58 +07:00