Skip to content

Commit

Permalink
Merge pull request #28963 from hashicorp/b-aws_lambda_function.invoke…
Browse files Browse the repository at this point in the history
…_arn

d/aws_lambda_function: Remove any qualifier from `invoke_arn`
  • Loading branch information
ewbankkit authored Jan 19, 2023
2 parents 981ae3c + b7d0866 commit c0d8d88
Show file tree
Hide file tree
Showing 7 changed files with 675 additions and 961 deletions.
19 changes: 19 additions & 0 deletions .changelog/28963.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```release-note:bug
data-source/aws_lambda_function: Remove any qualifier from `invoke_arn`
```

```release-note:bug
data-source/aws_lambda_function: Fix `AccessDeniedException` errors in [AWS Regions where AWS Signer is not supported](https://docs.aws.amazon.com/general/latest/gr/signer.html#signer_lambda_region)
```

```release-note:bug
resource/aws_lambda_function: Retry `ResourceNotFoundException` errors on resource Create
```

```release-note:enhancement
resource/aws_lambda_function: Add configurable timeout for Update
```

```release-note:bug
resource/aws_lambda_function: Don't persist invalid `filename`, `s3_bucket`, `s3_key` or `s3_object_version` values on resource Update
```
Loading

0 comments on commit c0d8d88

Please sign in to comment.