agent-claw: automated task changes
This commit is contained in:
18
cdk/node_modules/aws-cdk-lib/aws-autoscaling-hooktargets/README.md
generated
vendored
Normal file
18
cdk/node_modules/aws-cdk-lib/aws-autoscaling-hooktargets/README.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Lifecycle Hook for the 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-lib/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.
|
||||
Reference in New Issue
Block a user