|
1 |
| -[](https://travis-ci.org/HyperBrain/serverless-aws-alias) |
2 |
| -[](https://coveralls.io/github/HyperBrain/serverless-aws-alias?branch=master) |
3 |
| -[](https://badge.fury.io/js/serverless-aws-alias) |
4 |
| -[](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] |
5 | 8 |
|
6 | 9 | # Serverless AWS alias plugin
|
7 | 10 |
|
@@ -286,7 +289,7 @@ existing resource.
|
286 | 289 | ### Use with per alias resources
|
287 | 290 |
|
288 | 291 | **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]). |
290 | 293 | As soon as this has been implemented there, this note will be removed.**
|
291 | 294 |
|
292 | 295 | There might be cases where you want to test with your private resources first,
|
@@ -469,55 +472,101 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
|
469 | 472 | ## Version history
|
470 | 473 |
|
471 | 474 | * 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] |
473 | 476 |
|
474 | 477 | * 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] |
479 | 482 |
|
480 | 483 | * 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] |
483 | 486 | * Security: Updated moment
|
484 | 487 |
|
485 | 488 | * 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] |
488 | 491 |
|
489 | 492 | * 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] |
493 | 496 |
|
494 | 497 | * 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] |
496 | 499 |
|
497 | 500 | * 1.4.1
|
498 | 501 | * Fixed crash when using logs --tail
|
499 | 502 |
|
500 | 503 | * 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] |
503 | 506 |
|
504 | 507 | * 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] |
507 | 510 |
|
508 | 511 | * 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] |
511 | 514 | * Added note to README to state that per-alias resources do not work until fixed/added in Serverless
|
512 | 515 |
|
513 | 516 | * 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] |
517 | 520 |
|
518 | 521 | * 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] |
521 | 525 |
|
522 | 526 |
|
523 | 527 | * 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 |
0 commit comments