Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-autoscaling-hooktargets

Package Overview
Dependencies
Maintainers
5
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-autoscaling-hooktargets - npm Package Compare versions

Comparing version 0.39.0 to 1.0.0

44

package.json
{
"name": "@aws-cdk/aws-autoscaling-hooktargets",
"version": "0.39.0",
"version": "1.0.0",
"description": "Lifecycle hook for AWS AutoScaling",

@@ -73,28 +73,28 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.39.0",
"@aws-cdk/aws-ec2": "^0.39.0",
"cdk-build-tools": "^0.39.0",
"cdk-integ-tools": "^0.39.0",
"cfn2ts": "^0.39.0",
"@aws-cdk/assert": "^1.0.0",
"@aws-cdk/aws-ec2": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cdk-integ-tools": "^1.0.0",
"cfn2ts": "^1.0.0",
"jest": "^24.8.0",
"pkglint": "^0.39.0"
"pkglint": "^1.0.0"
},
"dependencies": {
"@aws-cdk/aws-autoscaling": "^0.39.0",
"@aws-cdk/aws-iam": "^0.39.0",
"@aws-cdk/aws-lambda": "^0.39.0",
"@aws-cdk/aws-sns": "^0.39.0",
"@aws-cdk/aws-sns-subscriptions": "^0.39.0",
"@aws-cdk/aws-sqs": "^0.39.0",
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/aws-autoscaling": "^1.0.0",
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/aws-lambda": "^1.0.0",
"@aws-cdk/aws-sns": "^1.0.0",
"@aws-cdk/aws-sns-subscriptions": "^1.0.0",
"@aws-cdk/aws-sqs": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-autoscaling": "^0.39.0",
"@aws-cdk/aws-iam": "^0.39.0",
"@aws-cdk/aws-lambda": "^0.39.0",
"@aws-cdk/aws-sns": "^0.39.0",
"@aws-cdk/aws-sns-subscriptions": "^0.39.0",
"@aws-cdk/aws-sqs": "^0.39.0",
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/aws-autoscaling": "^1.0.0",
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/aws-lambda": "^1.0.0",
"@aws-cdk/aws-sns": "^1.0.0",
"@aws-cdk/aws-sns-subscriptions": "^1.0.0",
"@aws-cdk/aws-sqs": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
},

@@ -105,2 +105,2 @@ "engines": {

"stability": "stable"
}
}

@@ -8,4 +8,2 @@ # Lifecycle Hook for the CDK AWS AutoScaling Library

> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
> future breaking changes.**

@@ -15,2 +13,16 @@ ---

See the README of the `@aws-cdk/aws-autoscaling` library.
This library contains integration classes for AutoScaling lifecycle hooks.
Instances of these classes should be passed to the
`autoScalingGroup.addLifecycleHook()` method.
Lifecycle hooks can be activated in one of the following ways:
* Invoke a Lambda function
* Publish to an SNS topic
* Send to an SQS queue
For more information on using this library, see the README of the
`@aws-cdk/aws-autoscaling` library.
For more information about lifecycle hooks, see
[Amazon EC2 AutoScaling Lifecycle hooks](https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html) in the Amazon EC2 User Guide.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc