Skip to content

Commit b9cd140

Browse files
authored
Merge pull request #161 from Enase/links-update
Links update after repo move to serverless-heaven
2 parents 6b9d0ac + 1609b45 commit b9cd140

File tree

3 files changed

+94
-32
lines changed

3 files changed

+94
-32
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
/node_modules
22
/coverage
33
/.nyc_output
4+
5+
# Jetbrains IDEs
6+
.idea/
7+
8+
# Platform specific
9+
.DS_Store
10+
11+
# Coverage directories used by tools like istanbul
12+
.nyc_output/
13+
coverage/
14+
15+
# Code style tools
16+
.eslintcache

README.md

Lines changed: 78 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
[![Build Status](https://travis-ci.org/HyperBrain/serverless-aws-alias.svg?branch=master)](https://travis-ci.org/HyperBrain/serverless-aws-alias)
2-
[![Coverage Status](https://coveralls.io/repos/github/HyperBrain/serverless-aws-alias/badge.svg?branch=master)](https://coveralls.io/github/HyperBrain/serverless-aws-alias?branch=master)
3-
[![npm version](https://badge.fury.io/js/serverless-aws-alias.svg)](https://badge.fury.io/js/serverless-aws-alias)
4-
[![npm](https://img.shields.io/npm/dt/serverless-aws-alias.svg)](https://www.npmjs.com/package/serverless-aws-alias)
1+
[![Serverless][ico-serverless]][link-serverless]
2+
[![License][ico-license]][link-license]
3+
[![NPM][ico-npm]][link-npm]
4+
[![npm][ico-npm-downloads]][link-npm]
5+
[![Build Status][ico-build]][link-build]
6+
[![Coverage Status][ico-coverage]][link-coverage]
7+
[![Contributors][ico-contributors]][link-contributors]
58

69
# Serverless AWS alias plugin
710

@@ -286,7 +289,7 @@ existing resource.
286289
### Use with per alias resources
287290

288291
**Currently this feature is not available. The Serverless framework does not
289-
support variable substitution in property names (see [#49](https://github.com/HyperBrain/serverless-aws-alias/issues/49)).
292+
support variable substitution in property names (see [#49][link-49]).
290293
As soon as this has been implemented there, this note will be removed.**
291294

292295
There might be cases where you want to test with your private resources first,
@@ -469,55 +472,101 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
469472
## Version history
470473

471474
* 1.7.1
472-
* Restore compatibility with Serverless 1.27 [#120](https://github.com/HyperBrain/serverless-aws-alias/issues/120)
475+
* Restore compatibility with Serverless 1.27 [#120][link-120]
473476

474477
* 1.7.0
475-
* Support existing custom authorizers [#101](https://github.com/HyperBrain/serverless-aws-alias/issues/101)
476-
* Support domain-manager plugin [#110](https://github.com/HyperBrain/serverless-aws-alias/issues/110)
477-
* Support pseudo-parameter plugin [#112](https://github.com/HyperBrain/serverless-aws-alias/issues/112)
478-
* Show logs from arbitrary versions [#62](https://github.com/HyperBrain/serverless-aws-alias/issues/62), [#89](https://github.com/HyperBrain/serverless-aws-alias/issues/89)
478+
* Support existing custom authorizers [#101][link-101]
479+
* Support domain-manager plugin [#110][link-110]
480+
* Support pseudo-parameter plugin [#112][link-112]
481+
* Show logs from arbitrary versions [#62][link-62], [#89][link-89]
479482

480483
* 1.6.1
481-
* Fixed custom authorizer references [#102](https://github.com/HyperBrain/serverless-aws-alias/pull/102)
482-
* Fixed broken DynamoDB stream deployments [#85](https://github.com/HyperBrain/serverless-aws-alias/issues/85)
484+
* Fixed custom authorizer references [#102][link-102]
485+
* Fixed broken DynamoDB stream deployments [#85][link-85]
483486
* Security: Updated moment
484487

485488
* 1.6.0
486-
* Fixed issue with request authorizers [#96](https://github.com/HyperBrain/serverless-aws-alias/issues/96)
487-
* Support subscription to existing SNS topic [#94](https://github.com/HyperBrain/serverless-aws-alias/issues/94)
489+
* Fixed issue with request authorizers [#96][link-96]
490+
* Support subscription to existing SNS topic [#94][link-94]
488491

489492
* 1.5.1
490-
* Support prewarmup with the warmup plugin [#72](https://github.com/HyperBrain/serverless-aws-alias/issues/72)
491-
* Support `_ - +` in alias names [#68](https://github.com/HyperBrain/serverless-aws-alias/issues/68)
492-
* Support ANY method type with stage configuration [#80](https://github.com/HyperBrain/serverless-aws-alias/issues/80)
493+
* Support prewarmup with the warmup plugin [#72][link-72]
494+
* Support `_ - +` in alias names [#68][link-68]
495+
* Support ANY method type with stage configuration [#80][link-80]
493496

494497
* 1.5.0
495-
* Support `serverless deploy function` [#29](https://github.com/HyperBrain/serverless-aws-alias/issues/29)
498+
* Support `serverless deploy function` [#29][link-29]
496499

497500
* 1.4.1
498501
* Fixed crash when using logs --tail
499502

500503
* 1.4.0
501-
* Add support for S3 server side encryption [#63](https://github.com/HyperBrain/serverless-aws-alias/issues/63)
502-
* Add `serverless logs api` command to watch API logs [#60](https://github.com/HyperBrain/serverless-aws-alias/issues/60)
504+
* Add support for S3 server side encryption [#63][link-63]
505+
* Add `serverless logs api` command to watch API logs [#60][link-60]
503506

504507
* 1.3.0
505-
* Support full stage configuration at multiple levels [#57](https://github.com/HyperBrain/serverless-aws-alias/issues/57)
506-
* Fix issue when trying to remove a stage completely [#56](https://github.com/HyperBrain/serverless-aws-alias/issues/56)
508+
* Support full stage configuration at multiple levels [#57][link-57]
509+
* Fix issue when trying to remove a stage completely [#56][link-56]
507510

508511
* 1.2.1
509-
* Fix issue when using a Cognito User Pools authorizer [#51](https://github.com/HyperBrain/serverless-aws-alias/issues/51)
510-
* IAM roles of removed aliases are not deleted [#50](https://github.com/HyperBrain/serverless-aws-alias/issues/50)
512+
* Fix issue when using a Cognito User Pools authorizer [#51][link-51]
513+
* IAM roles of removed aliases are not deleted [#50][link-50]
511514
* Added note to README to state that per-alias resources do not work until fixed/added in Serverless
512515

513516
* 1.2.0
514-
* Fix issue when stage is specified as Serverless variable [#45](https://github.com/HyperBrain/serverless-aws-alias/issues/45)
515-
* Add support for SNS Lambda subscriptions [#43](https://github.com/HyperBrain/serverless-aws-alias/issues/43)
516-
* Add support for custom authorizers [#22](https://github.com/HyperBrain/serverless-aws-alias/issues/22)
517+
* Fix issue when stage is specified as Serverless variable [#45][link-45]
518+
* Add support for SNS Lambda subscriptions [#43][link-43]
519+
* Add support for custom authorizers [#22][link-22]
517520

518521
* 1.1.0
519-
* Use stage variable in APIG [#40](https://github.com/HyperBrain/serverless-aws-alias/issues/40)
520-
* Fix tail logging [#42](https://github.com/HyperBrain/serverless-aws-alias/issues/42)
522+
* Use stage variable in APIG [#40][link-40]
523+
524+
* Fix tail logging [#42][link-42]
521525

522526

523527
* 1.0.0 Support "serverless logs" with aliases. First non-alpha!
528+
529+
[ico-serverless]: http://public.serverless.com/badges/v3.svg
530+
[ico-license]: https://img.shields.io/github/license/serverless-heaven/serverless-webpack.svg
531+
[ico-npm]: https://img.shields.io/npm/v/serverless-aws-alias.svg
532+
[ico-build]: https://travis-ci.org/serverless-heaven/serverless-aws-alias.svg?branch=master
533+
[ico-coverage]: https://coveralls.io/repos/github/serverless-heaven/serverless-aws-alias/badge.svg?branch=master
534+
[ico-contributors]: https://img.shields.io/github/contributors/serverless-heaven/serverless-aws-alias.svg
535+
[ico-npm-downloads]: https://img.shields.io/npm/dt/serverless-aws-alias.svg
536+
537+
[link-serverless]: http://www.serverless.com/
538+
[link-license]: ./blob/master/LICENSE
539+
[link-npm]: https://www.npmjs.com/package/serverless-aws-alias
540+
[link-build]: https://travis-ci.org/serverless-heaven/serverless-aws-alias
541+
[link-coverage]: https://coveralls.io/github/serverless-heaven/serverless-aws-alias?branch=master
542+
[link-contributors]: https://github.com/serverless-heaven/serverless-aws-alias/graphs/contributors
543+
544+
545+
[comment]: # (Referenced issues)
546+
547+
[link-22]: https://github.com/serverless-heaven/serverless-aws-alias/issues/22
548+
[link-29]: https://github.com/serverless-heaven/serverless-aws-alias/issues/29
549+
[link-40]: https://github.com/serverless-heaven/serverless-aws-alias/issues/40
550+
[link-42]: https://github.com/serverless-heaven/serverless-aws-alias/issues/42
551+
[link-43]: https://github.com/serverless-heaven/serverless-aws-alias/issues/43
552+
[link-45]: https://github.com/serverless-heaven/serverless-aws-alias/issues/45
553+
[link-49]: https://github.com/serverless-heaven/serverless-aws-alias/issues/49
554+
[link-50]: https://github.com/serverless-heaven/serverless-aws-alias/issues/50
555+
[link-51]: https://github.com/serverless-heaven/serverless-aws-alias/issues/51
556+
[link-56]: https://github.com/serverless-heaven/serverless-aws-alias/issues/56
557+
[link-57]: https://github.com/serverless-heaven/serverless-aws-alias/issues/57
558+
[link-60]: https://github.com/serverless-heaven/serverless-aws-alias/issues/60
559+
[link-62]: https://github.com/serverless-heaven/serverless-aws-alias/issues/62
560+
[link-63]: https://github.com/serverless-heaven/serverless-aws-alias/issues/63
561+
[link-68]: https://github.com/serverless-heaven/serverless-aws-alias/issues/68
562+
[link-72]: https://github.com/serverless-heaven/serverless-aws-alias/issues/72
563+
[link-80]: https://github.com/serverless-heaven/serverless-aws-alias/issues/80
564+
[link-85]: https://github.com/serverless-heaven/serverless-aws-alias/issues/85
565+
[link-89]: https://github.com/serverless-heaven/serverless-aws-alias/issues/89
566+
[link-94]: https://github.com/serverless-heaven/serverless-aws-alias/issues/94
567+
[link-96]: https://github.com/serverless-heaven/serverless-aws-alias/issues/96
568+
[link-101]: https://github.com/serverless-heaven/serverless-aws-alias/issues/101
569+
[link-102]: https://github.com/serverless-heaven/serverless-aws-alias/issues/102
570+
[link-110]: https://github.com/serverless-heaven/serverless-aws-alias/issues/110
571+
[link-112]: https://github.com/serverless-heaven/serverless-aws-alias/issues/112
572+
[link-120]: https://github.com/serverless-heaven/serverless-aws-alias/issues/120

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git@github.com:hyperbrain/serverless-aws-alias.git"
8+
"url": "https://github.com/serverless-heaven/serverless-aws-alias"
99
},
1010
"scripts": {
1111
"test": "nyc ./node_modules/mocha/bin/_mocha \"test/**/*.js\" -R spec --recursive",
@@ -23,9 +23,9 @@
2323
"aliases"
2424
],
2525
"bugs": {
26-
"url": "https://github.com/HyperBrain/serverless-aws-alias/issues"
26+
"url": "https://github.com/serverless-heaven/serverless-aws-alias/issues"
2727
},
28-
"homepage": "https://github.com/HyperBrain/serverless-aws-alias#readme",
28+
"homepage": "https://github.com/serverless-heaven/serverless-aws-alias#readme",
2929
"nyc": {
3030
"exclude": [
3131
"test/**/*.*"

0 commit comments

Comments
 (0)