[Docs]: Data Source: aws_lambda_invocation #41051
Labels
documentation
Introduces or discusses updates to documentation.
service/lambda
Issues and PRs that pertain to the lambda service.
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_invocation
Description
Please update the documentation to correctly reflect how this data source gets invoked.
Through this data source you can invoke a lambda. What is not clear, is at which step in the terraform pipeline is invoked and how many times.
Based on tests, the first time the lambda is invoked, is in the apply step of the terraform pipeline.
The rest of the time, the lambda is invoked whenever the pipeline runs a successful plan.
The documentation needs to clearly mention this.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: