7343 Commits

Author SHA1 Message Date
Stephen Caldwell
8a1d52bdaf note in the documentation support for AWS_SHARED_CREDENTIALS_FILE 2016-11-28 09:58:29 -08:00
Stephen Caldwell
4969c74a17 add support for environment variable AWS_SHARED_CREDENTIALS_FILE when loading credentials 2016-11-28 09:58:29 -08:00
horike37
0e274d448d Add support for directories in url of install command 2016-11-29 00:29:21 +09:00
Petr Kohut
edd923f5e8 fix bug in event source mapping with custom IAM role 2016-11-28 14:12:01 +01:00
Nick den Engelsman
1d0a5e95eb Add missing DependsOn within test suite 2016-11-28 12:24:58 +01:00
Nick den Engelsman
c3620e501b Merge branch 'master' of github.com:serverless/serverless
# Conflicts:
#	lib/plugins/aws/deploy/lib/iam-policy-lambda-execution-template.json
2016-11-28 12:03:25 +01:00
Nick den Engelsman
9e9e0e51c5 Remove Ref support and improve test descriptions 2016-11-28 11:56:45 +01:00
Nick den Engelsman
446abce10e Fix issue where error description becomes unreadable 2016-11-28 11:56:23 +01:00
Philipp Muens
c929f41b29 Merge pull request #2804 from miltador/patch-1
Update Contributing section in README.md
2016-11-27 12:40:29 +01:00
Paul O'Flaherty
665400ec8c fix #2784 - fixing lint errors 2016-11-27 21:55:19 +11:00
Paul O'Flaherty
5a1539f99f Fix #2784 - slstats error 2016-11-27 21:42:59 +11:00
Anthony Mendonca
e724b810b9 adding replaceAll to turn any escaped single quotes back to regular single quotes 2016-11-26 21:50:48 -08:00
Vasiliy Solovey
3b6284a96b Update Contributing section in README.md
Updated links to the labeled issues
2016-11-26 23:20:41 +02:00
Doug Moscrop
3dd63ccb47 Try to use avajs for faster integration tests 2016-11-26 13:22:45 -05:00
Nik Graf
e7a702e94a move 0.5 resources to a separate file 2016-11-26 17:14:16 +01:00
Philipp Muens
d4e2f7a744 Merge pull request #2800 from dougmoscrop/fix_linting
fix Linting
2016-11-26 11:18:50 +01:00
Doug Moscrop
fcbdf8e073 fix Linting 2016-11-25 20:07:32 -05:00
Eslam λ Hefnawy
899e6f1ddd Merge pull request #2793 from serverless/lambda-version-logical-id
fixed logical id for lambda version
2016-11-25 18:53:29 +07:00
Eslam A. Hefnawy
697cd7ef9b fixed logical id for lambda version 2016-11-25 18:40:59 +07:00
Eslam λ Hefnawy
5afaedf949 Merge pull request #2676 from ryansb/feature/tagVersions
On every deploy, publish a new Lambda function version
2016-11-25 18:33:48 +07:00
Philipp Muens
516de70cda Merge pull request #2792 from serverless/remove-skipping-of-travis-builds-for-md-changes
Remove skipping of Travis builds for .md changes
2016-11-25 08:16:14 +01:00
Philipp Muens
f3338ee4b2 Remove skipping of Travis builds for .md changes 2016-11-25 07:55:21 +01:00
Philipp Muens
cfd7ab85fb Merge pull request #2789 from serverless/cleanup-after-event-json-removal
Cleanup after event.json removal
2016-11-24 20:11:34 +01:00
Philipp Muens
2dbfa37449 Cleanup after event.json removal 2016-11-24 20:08:04 +01:00
Eslam λ Hefnawy
ae37ba1226 Merge pull request #2787 from serverless/remove-eventjson
remove event.json files from template. Closes #2786
2016-11-25 00:49:25 +07:00
Maciej Winnicki
357ff616ab
remove event.json files from template. Closes #2786 2016-11-24 18:43:41 +01:00
Maciej Winnicki
bf61922a7d Merge pull request #2703 from serverless/improve-docs-v3
Documentation Improvements
2016-11-24 18:24:35 +01:00
Maciej Winnicki
0743a31508
fix broken links 2016-11-24 16:37:52 +01:00
Philipp Muens
fef958642c Update docs according to feedback from @mthenw 2016-11-24 15:57:37 +01:00
Philipp Muens
03d9d8e73b Add new properties to serverless.yml file 2016-11-24 14:49:08 +01:00
ac360
931888171f Improve structure, grammar and typos 2016-11-24 14:40:10 +01:00
ac360
d0426637df change page orders 2016-11-24 14:40:10 +01:00
ac360
504b95e081 add serverless.yml reference 2016-11-24 14:40:10 +01:00
ac360
eb6278f811 remove version file and put it in services.md 2016-11-24 14:40:10 +01:00
ac360
9815b347ea clean up IAM document 2016-11-24 14:38:50 +01:00
Philipp Muens
3733f49d3d Merge pull request #2719 from erikerikson/logical-ids-missed-details
Logical IDs Centralization Missed Details
2016-11-24 14:04:12 +01:00
Ryan S. Brown
d7a4686dba Add version to docs 2016-11-24 08:04:07 -05:00
Ryan S. Brown
29de5c2f7a Move Lambda version ID generation out to naming.js 2016-11-24 08:04:07 -05:00
Ryan S. Brown
ed156155f7 Add Lambda fully qualified ARNs to expected output 2016-11-24 08:04:07 -05:00
Ryan S. Brown
1cc3c2c669 Create dummy files for service artifacts 2016-11-24 08:04:07 -05:00
Ryan S. Brown
719f11c4cc Fix variable that had its name changed 2016-11-24 08:04:07 -05:00
Ryan S. Brown
0f86a9524e Fix linting 2016-11-24 08:04:07 -05:00
Ryan S. Brown
20dee7cb1c On every deploy, publish a new Lambda function version
Having Lambda deploys count as distinct function versions is really
helpful for logging, since it cleanly separates out logs between
sources.

This change adds:
- Calculation of SHA256 sums of artifacts
- An `AWS::Lambda::Alias` resource based on that SHA
- A dependency between each deployed function to its alias
- A stack output for each function `LogicalIdQualifiedArn` which is the
  function ARN with the version appended.
2016-11-24 08:04:07 -05:00
Eslam λ Hefnawy
ddb9c4a943 Merge pull request #2770 from serverless/update-sls-debug-info-message
Update SLS_DEBUG info message
2016-11-23 20:14:29 +07:00
Eslam λ Hefnawy
156c0e3f02 Merge pull request #2778 from serverless/v1.2.1-release
v1.2.1 release
v1.2.1
2016-11-23 20:04:31 +07:00
Eslam A. Hefnawy
044b341caa v1.2.1 release 2016-11-23 19:59:37 +07:00
Eslam λ Hefnawy
1e0f19e9f1 Merge pull request #2774 from serverless/apig-var-bug
fixed breaking change with apig resource with variable
2016-11-23 19:15:36 +07:00
Austen
e702b75caf Update README.md 2016-11-22 22:22:09 -08:00
Austen
94878a6f48 update gif 2016-11-22 22:20:03 -08:00
Austen
432496dec9 update gif 2016-11-22 22:05:03 -08:00