Skip to content

Commit

Permalink
ATEAM-11373: Update README.md [SKIP CI] (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorva-marisomaradhya authored Oct 14, 2021
1 parent a7e7d1e commit fafd032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ module "autoscale_dns" {
}
```

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) to understand how to submit pull requests to us, and also see our [code of conduct](CODE_OF_CONDUCT.md).

## Difference between Lifecycle action

Lifecycle_hook can have `CONTINUE` or `ABANDON` as default_result. By setting default_result to `ABANDON` will terminate the instance if the lambda function fails to update the DNS record as required. `Complete_lifecycle_action` in lambda function returns `LifecycleActionResult` as `CONTINUE` on success to Lifecycle_hook. But if lambda function fails, Lifecycle_hook doesn't get any response from `Complete_lifecycle_action` which results in timeout and terminates the instance.
Expand Down

0 comments on commit fafd032

Please sign in to comment.