cloudposse / cloudposse/terraform-aws-lambda-function
Enabling `lambda_at_edge` does not enable `publish`
Open
bug
- Dominant language
- HCL
- Stars
- 36
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the Bug
The documentation for `lambda_at_edge` parameter states that:
> Required trust relationship and *publishing of function versions* will be configured.
However, `publish` is not being set to `true` when `lambda_at_edge` is enabled.
## Expected Behavior
`publish` is set to `true`.
Contributor guide
Assessment
This issue has not been assessed yet.