Latest aws provider version (3.17.0) breaks loading of lambdas into localstack #16430
Labels
bug
Addresses a defect in current functionality.
regression
Pertains to a degraded workflow resulting from an upstream patch or internal enhancement.
service/lambda
Issues and PRs that pertain to the lambda service.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.13.5
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
No panic - just hangs.
Expected Behavior
Just trying to use terraform to load a lambda (among other things) to a localstack instance. Been working great for many months. This latest release broke the uploading of lambdas.
It is failing because the provider wants to call the new APIs for signing the lambdas. These endpoints do not exist in localstack.
I expect that even without these APIs implemented terraform could still load lambdas into localstack.
Actual Behavior
Actual, behavior is terraform retries over and over again to the non-existent endpoints. The "apply" never finishes or just hangs.
terraform apply
Just do an apply of any lambda into an instance of localstack.
Running against localstack.
None.
The text was updated successfully, but these errors were encountered: