Eslam A. Hefnawy
91fa043ecc
limited permissions for s3, sns and apig
2016-11-16 16:08:21 +07:00
Erik Erikson
749204d962
Logical IDs Centralization Missed Details
...
A few places where names had been hard coded were missed in #2679 . This pull request attempts to get the rest of these (although I fear a few more exist).
The hard coding of the logical ids for the role and policy were removed from the json files defining those values.
Additionally, the path and name of the default role and policy were extrapolated as were log group and api gateway names.
The new role path, role name, and policy name values were used to amend the static role and policy.
Commentary in the centralization file was re-added.
Tests were updated
No function or documentation changes occurred by these changes
2016-11-15 17:22:59 -08:00
Philipp Muens
e6b47de001
Merge pull request #2715 from serverless/replace-more-ellipsis-characters-with-dots
...
Replace more ellipsis characters with dots
2016-11-15 14:42:11 +01:00
Philipp Muens
990473a1a2
Replace more ellipsis characters with dots
2016-11-15 14:35:53 +01:00
Philipp Muens
46a75fc6d3
Fix failing tests due to recent removal of .serverless directory
2016-11-15 14:10:46 +01:00
Eslam λ Hefnawy
3b58ec3332
Merge pull request #2714 from serverless/replace-ellipsis
...
replace ellipsis with three dots to improve non-unicode console support
2016-11-15 20:09:15 +07:00
Philipp Muens
79e406f9f3
Update packageService tests
2016-11-15 14:05:43 +01:00
Nik Graf
386d9d6718
replace ellipsis with three dots to improve non-unicode console support
2016-11-15 14:00:27 +01:00
Philipp Muens
66c29963c0
Remove unnecessary exclude of .serverless directory
...
This exclude is already done in the packageService.js file.
2016-11-15 13:48:39 +01:00
Philipp Muens
22cf0f63e5
Fix typo in docs
2016-11-15 13:41:30 +01:00
Nik Graf
335004d42b
improve docs
2016-11-15 13:16:06 +01:00
Nik Graf
41f5e1924c
cleanup templates as discussed with @pmuens
2016-11-15 13:14:42 +01:00
Austen
700eb2ea86
Merge pull request #2561 from doapp-ryanp/master
...
Make `deploy function` lifecycle events more fine grain
2016-11-14 08:00:08 -08:00
Austen
fe9e9b1955
add plugins
2016-11-14 07:33:26 -08:00
Eslam λ Hefnawy
ebd9bb7948
Merge pull request #2688 from horike37/issue-2620
...
Improve responses in `invoke local`
2016-11-14 20:34:50 +07:00
Eetu Tuomala
d69cdbc569
adds test to check that aws sdk is not called with --noDeploy
2016-11-14 15:22:50 +02:00
Eetu Tuomala
97a3a74831
removes awsRequesStub from test and passes noDeploy to resolve
2016-11-14 15:22:50 +02:00
Eetu Tuomala
50d57d7977
enables offline deployment package creation
2016-11-14 15:22:50 +02:00
Philipp Muens
f816879baf
Add include and exclude examples for directories in templates
2016-11-14 10:26:44 +01:00
Philipp Muens
6910aff632
Move inclusion after exclusion of .serverless dir
...
This makes it possible that everything (even the .serverless dir) can be included again.
2016-11-14 10:26:44 +01:00
Philipp Muens
ccb6313250
Update zipService tests
...
So that files and directories are considered during exclude / include.
Furthermore the test directory structure is updated so that it’s easier to extend
and understand.
2016-11-14 10:26:44 +01:00
Philipp Muens
74a3f004d7
Bring back include configuration for an easier packaging control
2016-11-14 10:26:44 +01:00
Austen
33206477b9
Merge pull request #2657 from serverless/variables-js-support
...
Variables js support
2016-11-11 17:55:31 -08:00
David Wells
64aff1149b
Merge pull request #2696 from serverless/DavidWells-patch-2
...
Update deploy.md
2016-11-11 16:08:49 -08:00
David Wells
4a58716fd1
Update deploy.md
2016-11-11 16:03:14 -08:00
David Wells
81ab6ed088
Update deploy.md
2016-11-11 15:55:37 -08:00
Austen
1b03f24838
add profile to serverless.yml reference
2016-11-11 15:53:20 -08:00
Philipp Muens
2147337a65
Merge pull request #2692 from serverless/fix-spacing-in-naming-test-file
...
Fix spacing in naming.js test file
2016-11-11 13:56:49 +01:00
Philipp Muens
7768db7c91
Fix spacing in naming.js test file
2016-11-11 13:38:15 +01:00
Eslam λ Hefnawy
7095f22b50
Merge pull request #2679 from serverless/naming-js
...
Added logical ids in centralized file
2016-11-11 18:31:24 +07:00
Eslam A. Hefnawy
489dd0f4b5
spacing up tests
2016-11-11 15:53:08 +07:00
Eslam A. Hefnawy
52f8f81dfd
fix function name with underscore bug
2016-11-11 15:18:07 +07:00
horike37
dc2f45b94e
Improve responses in invoke local
2016-11-11 05:24:21 +09:00
Philipp Muens
5be342fcbd
Merge pull request #2686 from serverless/fix-timeout-issue-in-simple-integration-test
...
Fix timeout issue in simple integration test
2016-11-10 15:09:46 +01:00
Philipp Muens
5a5552ab07
Fix timeout issue in simple integration test
2016-11-10 15:02:36 +01:00
Eslam A. Hefnawy
fef9b68e5a
refactored naming-js method naming
2016-11-10 19:05:02 +07:00
Philipp Muens
5282bbf2ac
Merge pull request #2684 from laardee/fix-endpoints-info
...
Fixes info plugin endpoint path issue
2016-11-10 10:42:26 +01:00
Eslam A. Hefnawy
08156924d5
added tests for naming-js
2016-11-10 16:17:42 +07:00
Eslam A. Hefnawy
1a02e15d9b
updated tests using name-js
2016-11-10 15:14:33 +07:00
Eetu Tuomala
5ce7f95663
cleans test
2016-11-10 00:18:04 +02:00
Eetu Tuomala
32b78dbb76
adds test for endpoints with slashes
2016-11-10 00:10:04 +02:00
Eetu Tuomala
a19d2bdb78
fixed bad condition
2016-11-09 23:34:16 +02:00
Eetu Tuomala
7bebf1ae21
fixes endpoint path slash issue
2016-11-09 23:17:48 +02:00
Philipp Muens
71cb99ee8b
Merge pull request #2682 from fgo/patch-1
...
Update IAM Guide
2016-11-09 18:45:28 +01:00
Francis Go
31fcc5dd1a
IAM Guide: Update grammar
2016-11-10 01:52:42 +11:00
Eslam A. Hefnawy
61efd35850
added logical id names in naming-js file
2016-11-09 19:31:08 +07:00
Philipp Muens
c200d86628
Merge pull request #2670 from serverless/add-integration-tests-for-slashes-in-api-gateway-paths
...
Add integration tests for slashes in API Gateway paths
2016-11-08 16:57:33 +01:00
Eslam λ Hefnawy
d6a4eed879
Merge pull request #2567 from kbariotis/add-input-inputpath-support
...
add input, inputPath variable, resolves #2543
2016-11-08 22:43:18 +07:00
ac360
d0b84ce1a9
fix formatting errors
2016-11-08 07:39:24 -08:00
Philipp Muens
20d9546684
Add integration tests for slashes in API Gateway paths
2016-11-08 16:19:24 +01:00