From 8cfe7dff9992f69aa6282aada2d45c99779a8c0b Mon Sep 17 00:00:00 2001 From: Kseniya Shychko Date: Thu, 15 Aug 2024 12:55:25 +0200 Subject: [PATCH 1/2] fix: connectionTimeout attribute --- aws/services/cf/resource.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/services/cf/resource.ftl b/aws/services/cf/resource.ftl index aedfbdd5..46e29bc9 100644 --- a/aws/services/cf/resource.ftl +++ b/aws/services/cf/resource.ftl @@ -366,7 +366,7 @@ customHeaders originLink tlsProtocols - ConnectionTimeout ] + connectionTimeout ] [#local origins = []] From e0da7587fd092c3e5b1309ef6c62aa7570acd482 Mon Sep 17 00:00:00 2001 From: Kseniya Shychko Date: Fri, 16 Aug 2024 14:21:54 +0200 Subject: [PATCH 2/2] chore: pin cfn-lint for now to pass the tests and produce uncicyle This pin will be reverted later --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbc1b8c2..cb36cd20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Install run: | - pip install hamlet cfn-lint + pip install hamlet cfn-lint==0.87.3 - name: Run Tests run: |