actions-marketplace-validations/ecs-events-lambda
Integrate AWS ECS service and Lambda listener function using AWS EventBridge.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the event rule | yes | — |
| description | The description of the event rule | yes | — |
| region | AWS region. The region of AWS ECS should be same as the one of AWS EventBridge. | yes | — |
| lambda-function-name | The name of listener lambda function. This action assume that lambda function is already created. | yes | — |
| event-bus | The event bus which this rule will be set. Default is "default" | no | — |
| clusters | The names of the ECS service's cluster(optional). If you want to specify targeted clusters, give ARNs of cluster as multi-line input. Default is all clusters. | no | — |
| event-type | The types of the event(optional). Default is listening to every events | no | — |
| detail-event-type | The detailed types of event(optional). This input should be used with STATE_CHANGE event type. If you want to specify detailed event types, give it as multi-line input. Default is all detailed-events. | no | — |
| event-name | The event name of API Call through CloudTrail(optional). More info: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-aws-service-specific-topics.html | no | — |
Outputs
| name | description |
|---|---|
| rule-arn | The arn of created rule |