-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Race between layer and Lambda update #5927
Comments
Assignee to populate description with symptoms. |
Assignee to consider next steps. |
Spike to try publish. Use the trail to show the API actions used by Terraform. It should include a call to |
The Index: src/azul/terraform.py
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/azul/terraform.py b/src/azul/terraform.py
--- a/src/azul/terraform.py (revision 79a96535d237122c76dbec6fd50932f24d2b3cf4)
+++ b/src/azul/terraform.py (date 1713459301678)
@@ -708,6 +708,7 @@
for resource in resources['aws_lambda_function'].values():
assert 'layers' not in resource
resource['layers'] = ['${aws_lambda_layer_version.dependencies.arn}']
+ resource['publish'] = True
env = config.es_endpoint_env(
es_endpoint=(
aws.es_endpoint
|
Assignee to consider next steps. |
Assignee to move forward with |
The example below is from
anvildev
, however the same errors occurred ondev
andanvilprod
.During the deploy job for the merge commit of PR #5909 (which updated the
elasticsearch
client from7.10.1
to7.17.9
), anUnsupportedProductError
occurred for both theindexercachehealth
andservicecachehealth
lambdas.CloudWatch Insights logs:
The text was updated successfully, but these errors were encountered: