From da504a0c4764b2e239f8b20ffdd15555e82e8e38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Nov 2022 18:38:29 +0000 Subject: [PATCH] chore(release): 3.5.1 ## [3.5.1](https://github.com/bbeesley/aws-blue-green-toolkit/compare/v3.5.0...v3.5.1) (2022-11-21) ### Bug Fixes * send cluster data ([b9bf535](https://github.com/bbeesley/aws-blue-green-toolkit/commit/b9bf535db2a61efd28f12d0a7ee545f8860d8348)) --- CHANGELOG.md | 7 +++++ README.md | 80 ++++++++++++++++++++++++++-------------------------- package.json | 2 +- 3 files changed, 48 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebcca75b..b5a0de5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.1](https://github.com/bbeesley/aws-blue-green-toolkit/compare/v3.5.0...v3.5.1) (2022-11-21) + + +### Bug Fixes + +* send cluster data ([b9bf535](https://github.com/bbeesley/aws-blue-green-toolkit/commit/b9bf535db2a61efd28f12d0a7ee545f8860d8348)) + # [3.5.0](https://github.com/bbeesley/aws-blue-green-toolkit/compare/v3.4.1...v3.5.0) (2022-11-18) diff --git a/README.md b/README.md index e873e709d..ccbb59547 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ CodeDeploy will carry out steps 6, 7, 9, and 15. This module contains tools to h ### ClusterState -[src/main/constants.ts:7-12](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/constants.ts#L7-L12 "Source code on GitHub") +[src/main/constants.ts:7-12](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/constants.ts#L7-L12 "Source code on GitHub") Enum for describing the state of an RDS cluster @@ -126,13 +126,13 @@ Type: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa ### EcsTools -[src/main/EcsTools.ts:11-64](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/EcsTools.ts#L11-L64 "Source code on GitHub") +[src/main/EcsTools.ts:11-66](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/EcsTools.ts#L11-L66 "Source code on GitHub") Tools for managing pairs of ECS services #### disableService -[src/main/EcsTools.ts:34-44](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/EcsTools.ts#L34-L44 "Source code on GitHub") +[src/main/EcsTools.ts:34-45](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/EcsTools.ts#L34-L45 "Source code on GitHub") Disables an ECS service by setting the desired task count to zero @@ -144,7 +144,7 @@ Returns **any** {Promise} #### enableService -[src/main/EcsTools.ts:53-63](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/EcsTools.ts#L53-L63 "Source code on GitHub") +[src/main/EcsTools.ts:54-65](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/EcsTools.ts#L54-L65 "Source code on GitHub") Enables an ECS service by setting the desired task count to it's normal value @@ -156,13 +156,13 @@ Returns **any** {Promise} ### SqsTools -[src/main/SqsTools.ts:11-52](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/SqsTools.ts#L11-L52 "Source code on GitHub") +[src/main/SqsTools.ts:11-52](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/SqsTools.ts#L11-L52 "Source code on GitHub") Toolkit for SQS operations #### purgeQueues -[src/main/SqsTools.ts:38-51](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/SqsTools.ts#L38-L51 "Source code on GitHub") +[src/main/SqsTools.ts:38-51](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/SqsTools.ts#L38-L51 "Source code on GitHub") Purges a queue pair (q and dlq) based on config and queue reference @@ -174,13 +174,13 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ ### CloudWatchTools -[src/main/CloudwatchTools.ts:16-79](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/CloudwatchTools.ts#L16-L79 "Source code on GitHub") +[src/main/CloudwatchTools.ts:16-79](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/CloudwatchTools.ts#L16-L79 "Source code on GitHub") Toolkit for CloudWatch operations #### disableAlarmsActions -[src/main/CloudwatchTools.ts:60-65](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/CloudwatchTools.ts#L60-L65 "Source code on GitHub") +[src/main/CloudwatchTools.ts:60-65](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/CloudwatchTools.ts#L60-L65 "Source code on GitHub") Disable all alarm actions @@ -192,7 +192,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### enableAlarmsActions -[src/main/CloudwatchTools.ts:73-78](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/CloudwatchTools.ts#L73-L78 "Source code on GitHub") +[src/main/CloudwatchTools.ts:73-78](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/CloudwatchTools.ts#L73-L78 "Source code on GitHub") Enable all alarm actions @@ -204,13 +204,13 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ ### DynamoTools -[src/main/DynamoTools.ts:16-59](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/DynamoTools.ts#L16-L59 "Source code on GitHub") +[src/main/DynamoTools.ts:16-59](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/DynamoTools.ts#L16-L59 "Source code on GitHub") Toolkit for Dynamo operations #### deleteTable -[src/main/DynamoTools.ts:45-58](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/DynamoTools.ts#L45-L58 "Source code on GitHub") +[src/main/DynamoTools.ts:45-58](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/DynamoTools.ts#L45-L58 "Source code on GitHub") Deletes a dynamo table @@ -222,13 +222,13 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ ### KinesisTools -[src/main/KinesisTools.ts:18-93](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/KinesisTools.ts#L18-L93 "Source code on GitHub") +[src/main/KinesisTools.ts:18-93](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/KinesisTools.ts#L18-L93 "Source code on GitHub") Toolkit for Kinesis data stream operations #### registerConsumer -[src/main/KinesisTools.ts:49-58](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/KinesisTools.ts#L49-L58 "Source code on GitHub") +[src/main/KinesisTools.ts:49-58](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/KinesisTools.ts#L49-L58 "Source code on GitHub") Registers a new consumer for a Kinesis data stream @@ -240,7 +240,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### deregisterConsumer -[src/main/KinesisTools.ts:67-74](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/KinesisTools.ts#L67-L74 "Source code on GitHub") +[src/main/KinesisTools.ts:67-74](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/KinesisTools.ts#L67-L74 "Source code on GitHub") Deregisters an existing consumer for a Kinesis data stream @@ -252,7 +252,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### describeConsumer -[src/main/KinesisTools.ts:83-92](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/KinesisTools.ts#L83-L92 "Source code on GitHub") +[src/main/KinesisTools.ts:83-92](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/KinesisTools.ts#L83-L92 "Source code on GitHub") Describes a consumer for a Kinesis data stream @@ -264,7 +264,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ ### StackReference -[src/main/constants.ts:20-23](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/constants.ts#L20-L23 "Source code on GitHub") +[src/main/constants.ts:20-23](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/constants.ts#L20-L23 "Source code on GitHub") Enum for referencing blue or green stacks @@ -272,13 +272,13 @@ Type: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa ### AuroraTools -[src/main/AuroraTools.ts:32-347](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L32-L347 "Source code on GitHub") +[src/main/AuroraTools.ts:32-347](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L32-L347 "Source code on GitHub") Toolkit for Aurora operations #### getClusterState -[src/main/AuroraTools.ts:76-93](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L76-L93 "Source code on GitHub") +[src/main/AuroraTools.ts:76-93](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L76-L93 "Source code on GitHub") Gets the current state of one of the Aurora clusters @@ -290,7 +290,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### scaleIn -[src/main/AuroraTools.ts:133-135](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L133-L135 "Source code on GitHub") +[src/main/AuroraTools.ts:133-135](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L133-L135 "Source code on GitHub") Reverts a cluster's minimum reader count to the configured minimum @@ -302,7 +302,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### scaleOut -[src/main/AuroraTools.ts:144-149](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L144-L149 "Source code on GitHub") +[src/main/AuroraTools.ts:144-149](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L144-L149 "Source code on GitHub") Scales out a cluster to match it's partner's size @@ -314,7 +314,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### getReaderCount -[src/main/AuroraTools.ts:158-172](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L158-L172 "Source code on GitHub") +[src/main/AuroraTools.ts:158-172](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L158-L172 "Source code on GitHub") Get a count of the number of active readers for a cluster @@ -326,7 +326,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### startDatabase -[src/main/AuroraTools.ts:181-184](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L181-L184 "Source code on GitHub") +[src/main/AuroraTools.ts:181-184](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L181-L184 "Source code on GitHub") Starts a stopped db cluster @@ -338,7 +338,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### stopDatabase -[src/main/AuroraTools.ts:193-196](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L193-L196 "Source code on GitHub") +[src/main/AuroraTools.ts:193-196](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L193-L196 "Source code on GitHub") Stops a running db cluster @@ -350,7 +350,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### deleteDatabase -[src/main/AuroraTools.ts:205-237](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L205-L237 "Source code on GitHub") +[src/main/AuroraTools.ts:205-237](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L205-L237 "Source code on GitHub") Deletes a running db cluster @@ -362,7 +362,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### applyTags -[src/main/AuroraTools.ts:247-278](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L247-L278 "Source code on GitHub") +[src/main/AuroraTools.ts:247-278](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L247-L278 "Source code on GitHub") Parses a message from an rds event subscription, if the event was triggered by a scale out operation, the tags defined in config are applied to the newly created reader. @@ -375,7 +375,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### enablePerformanceInsights -[src/main/AuroraTools.ts:292-346](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/AuroraTools.ts#L292-L346 "Source code on GitHub") +[src/main/AuroraTools.ts:292-346](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/AuroraTools.ts#L292-L346 "Source code on GitHub") Parses a message from an rds event subscription, if the event was triggered by a scale out operation and the new instance does not have performance insights enabled, the instance is updated @@ -392,13 +392,13 @@ Returns **any** {Promise} ### LambdaTools -[src/main/LambdaTools.ts:40-348](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L40-L348 "Source code on GitHub") +[src/main/LambdaTools.ts:40-348](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L40-L348 "Source code on GitHub") Toolkit for Lambda operations #### enableRule -[src/main/LambdaTools.ts:111-113](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L111-L113 "Source code on GitHub") +[src/main/LambdaTools.ts:111-113](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L111-L113 "Source code on GitHub") Enables a lambda's cloudwatch events rule (ie, cron trigger) @@ -410,7 +410,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### disableRule -[src/main/LambdaTools.ts:122-124](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L122-L124 "Source code on GitHub") +[src/main/LambdaTools.ts:122-124](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L122-L124 "Source code on GitHub") Disables a lambda's cloudwatch events rule (ie, cron trigger) @@ -422,7 +422,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### createEventSourceMapping -[src/main/LambdaTools.ts:138-153](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L138-L153 "Source code on GitHub") +[src/main/LambdaTools.ts:138-153](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L138-L153 "Source code on GitHub") Creates a lambda's event source mapping (eg, a Kinesis stream) @@ -436,7 +436,7 @@ Returns **any** {Promise} #### listEventSourceMappings -[src/main/LambdaTools.ts:162-181](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L162-L181 "Source code on GitHub") +[src/main/LambdaTools.ts:162-181](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L162-L181 "Source code on GitHub") Lists all event source mappings for the referenced function @@ -448,7 +448,7 @@ Returns **any** {Promise\} #### enableEventMapping -[src/main/LambdaTools.ts:210-212](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L210-L212 "Source code on GitHub") +[src/main/LambdaTools.ts:210-212](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L210-L212 "Source code on GitHub") Enables a lambda's event mappings (eg, an SQS subscription) @@ -460,7 +460,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### disableEventMapping -[src/main/LambdaTools.ts:221-223](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L221-L223 "Source code on GitHub") +[src/main/LambdaTools.ts:221-223](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L221-L223 "Source code on GitHub") Disables a lambda's event mappings (eg, an SQS subscription) @@ -472,7 +472,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### deleteEventMapping -[src/main/LambdaTools.ts:234-236](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L234-L236 "Source code on GitHub") +[src/main/LambdaTools.ts:234-236](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L234-L236 "Source code on GitHub") Deletes a lambda's event mapping (eg, a Kinesis stream) You may use the `listEventSourceMappings` method if you @@ -486,7 +486,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### getVersion -[src/main/LambdaTools.ts:245-253](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L245-L253 "Source code on GitHub") +[src/main/LambdaTools.ts:245-253](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L245-L253 "Source code on GitHub") Gets the currently running version of a lambda fn @@ -498,7 +498,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### getAlias -[src/main/LambdaTools.ts:263-269](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L263-L269 "Source code on GitHub") +[src/main/LambdaTools.ts:263-269](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L263-L269 "Source code on GitHub") Returns details about a Lambda function alias. @@ -511,7 +511,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### getLatestMetrics -[src/main/LambdaTools.ts:278-347](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/LambdaTools.ts#L278-L347 "Source code on GitHub") +[src/main/LambdaTools.ts:278-347](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/LambdaTools.ts#L278-L347 "Source code on GitHub") Returns the latest metrics about a Lambda function alias. @@ -523,13 +523,13 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ ### SnsTools -[src/main/SnsTools.ts:44-107](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/SnsTools.ts#L44-L107 "Source code on GitHub") +[src/main/SnsTools.ts:44-107](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/SnsTools.ts#L44-L107 "Source code on GitHub") Toolkit for SNS operations #### enableSubscription -[src/main/SnsTools.ts:93-95](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/SnsTools.ts#L93-L95 "Source code on GitHub") +[src/main/SnsTools.ts:93-95](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/SnsTools.ts#L93-L95 "Source code on GitHub") Enables an SNS subscription @@ -541,7 +541,7 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/ #### disableSubscription -[src/main/SnsTools.ts:104-106](https://github.com/bbeesley/aws-blue-green-toolkit/blob/42ba50a1d8991ce8192cea5e3ca17aec85dfce8c/src/main/SnsTools.ts#L104-L106 "Source code on GitHub") +[src/main/SnsTools.ts:104-106](https://github.com/bbeesley/aws-blue-green-toolkit/blob/b9bf535db2a61efd28f12d0a7ee545f8860d8348/src/main/SnsTools.ts#L104-L106 "Source code on GitHub") Disables an SNS subscription diff --git a/package.json b/package.json index d234cece8..ab0efa19c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-blue-green-toolkit", - "version": "3.5.0", + "version": "3.5.1", "description": "Utility functions to help with performing blue/green and canary deployments in AWS infrastructure", "author": "Bill Beesley ", "license": "MIT",