Skip to content

feat(event-handler): AppSync Events resolver #6552

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

Closed
wants to merge 159 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
159 commits
Select commit Hold shift + click to select a range
ec14a12
Initial commit
leandrodamascena Mar 31, 2025
1f6ea86
Adding data class
leandrodamascena Apr 5, 2025
8628bb9
Adding registry logic
leandrodamascena Apr 5, 2025
dcfb2e6
Adding exception handler + resolvers
leandrodamascena Apr 8, 2025
0859db8
Adding exception handler tests
leandrodamascena Apr 9, 2025
023cfc1
Adding routing script
leandrodamascena Apr 9, 2025
8caa1d3
refactoring
leandrodamascena Apr 10, 2025
49bf21d
refactoring
leandrodamascena Apr 10, 2025
2df3a76
Work work work..
leandrodamascena Apr 13, 2025
488b643
Adding comment
leandrodamascena Apr 13, 2025
93491e3
Almost final version
leandrodamascena Apr 14, 2025
19248f8
Adding subscribe
leandrodamascena Apr 17, 2025
064ef4e
Adding subscribe test
leandrodamascena Apr 17, 2025
5f012ab
Adding subscribe test
leandrodamascena Apr 17, 2025
8a5bcf5
Adding subscribe test
leandrodamascena Apr 17, 2025
91f1ce5
Fix return on on_subscribe
leandrodamascena Apr 17, 2025
2eb5937
Adding documentation
leandrodamascena Apr 18, 2025
fcdad4c
Adding documentation
leandrodamascena Apr 21, 2025
1c37a12
Adding documentation
leandrodamascena Apr 21, 2025
a8add74
AppSync Events
leandrodamascena Apr 22, 2025
a8bd44b
AppSync Events
leandrodamascena Apr 24, 2025
9cd9c71
chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions …
dependabot[bot] Apr 1, 2025
d5584cd
chore(deps-dev): bump sentry-sdk from 2.24.1 to 2.25.0 (#6373)
dependabot[bot] Apr 1, 2025
c3032d0
chore(deps): bump squidfunk/mkdocs-material from `f226a2d` to `355505…
dependabot[bot] Apr 1, 2025
2ece847
chore(deps-dev): bump boto3-stubs from 1.37.23 to 1.37.24 (#6374)
dependabot[bot] Apr 1, 2025
b0affbb
chore(deps-dev): bump mkdocs-material from 9.6.9 to 9.6.10 (#6375)
dependabot[bot] Apr 1, 2025
34826ea
chore(deps-dev): bump coverage from 7.7.1 to 7.8.0 (#6376)
dependabot[bot] Apr 1, 2025
be473e5
chore(ci): new pre-release 3.9.1a4 (#6377)
github-actions[bot] Apr 1, 2025
f37d278
chore(ci): changelog rebuild (#6378)
github-actions[bot] Apr 1, 2025
215d028
chore(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.…
dependabot[bot] Apr 1, 2025
39a37e4
chore(deps-dev): bump pytest-cov from 6.0.0 to 6.1.0 (#6381)
dependabot[bot] Apr 1, 2025
fc5e4b1
chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.186.0a0 …
dependabot[bot] Apr 1, 2025
165c82c
chore(deps): bump pydantic from 2.10.6 to 2.11.1 (#6383)
dependabot[bot] Apr 2, 2025
9c5c10b
chore(deps-dev): bump boto3-stubs from 1.37.24 to 1.37.25 (#6384)
dependabot[bot] Apr 2, 2025
7a90bba
chore(ci): new pre-release 3.9.1a5 (#6385)
github-actions[bot] Apr 2, 2025
e29b7d6
chore(ci): changelog rebuild (#6386)
github-actions[bot] Apr 2, 2025
a43a738
chore(deps-dev): bump aws-cdk from 2.1006.0 to 2.1007.0 (#6387)
dependabot[bot] Apr 3, 2025
b989fff
chore(deps-dev): bump boto3-stubs from 1.37.25 to 1.37.26 (#6389)
dependabot[bot] Apr 3, 2025
4cb8f1c
chore(deps-dev): bump sentry-sdk from 2.25.0 to 2.25.1 (#6391)
dependabot[bot] Apr 3, 2025
63d117f
chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.2…
dependabot[bot] Apr 3, 2025
47bd714
chore(deps-dev): bump cfn-lint from 1.32.1 to 1.32.3 (#6388)
dependabot[bot] Apr 3, 2025
1e9dedf
chore(ci): new pre-release 3.9.1a6 (#6392)
github-actions[bot] Apr 3, 2025
91342f5
chore(deps-dev): bump testcontainers from 4.9.2 to 4.10.0 (#6397)
dependabot[bot] Apr 3, 2025
ada5cce
chore(deps): bump pydantic from 2.11.1 to 2.11.2 (#6395)
dependabot[bot] Apr 4, 2025
cce4559
chore(deps-dev): bump mkdocstrings-python from 1.16.8 to 1.16.10 (#6399)
dependabot[bot] Apr 4, 2025
8f2469b
chore(deps-dev): bump ruff from 0.11.2 to 0.11.3 (#6398)
dependabot[bot] Apr 4, 2025
8626a0f
chore(ci): changelog rebuild (#6393)
github-actions[bot] Apr 4, 2025
1937848
chore(ci): new pre-release 3.9.1a7 (#6401)
github-actions[bot] Apr 4, 2025
9bbd2fe
chore(ci): changelog rebuild (#6402)
github-actions[bot] Apr 4, 2025
38200ce
fix(event_source): fix HomeDirectoryDetails type in TransferFamilyAut…
fabien-github Apr 4, 2025
4ce37b7
feat(parser): add AppSyncResolver model (#6400)
VatsalGoel3 Apr 4, 2025
e4e21c8
chore(deps): bump squidfunk/mkdocs-material from `3555052` to `23b697…
dependabot[bot] Apr 5, 2025
5954a3b
chore(deps): bump datadog-lambda from 6.106.0 to 6.107.0 (#6405)
dependabot[bot] Apr 5, 2025
48941ac
chore(deps-dev): bump boto3-stubs from 1.37.26 to 1.37.28 (#6406)
dependabot[bot] Apr 5, 2025
a34f5a5
chore(deps-dev): bump aws-cdk-lib from 2.187.0 to 2.188.0 (#6407)
dependabot[bot] Apr 5, 2025
8a88f0f
chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.2…
dependabot[bot] Apr 6, 2025
b4cd5be
chore(ci): changelog rebuild (#6414)
github-actions[bot] Apr 6, 2025
75bbe81
fix(event_source): Added missing properties in APIGatewayWebSocketEve…
dave-dotnet-overall Apr 7, 2025
f4f3e07
chore(ci): new pre-release 3.9.1a8 (#6415)
github-actions[bot] Apr 7, 2025
2c19a9d
fix(logger): improve behavior with `exc_info=True` to prevent errors …
leandrodamascena Apr 7, 2025
867a61c
chore(ci): changelog rebuild (#6416)
github-actions[bot] Apr 7, 2025
7c89ec1
chore(deps): bump typing-extensions from 4.12.2 to 4.13.1 (#6418)
dependabot[bot] Apr 8, 2025
0ec9d9f
chore(deps-dev): bump cfn-lint from 1.32.3 to 1.32.4 (#6419)
dependabot[bot] Apr 8, 2025
ed4c660
chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.3…
dependabot[bot] Apr 8, 2025
524774e
chore(deps-dev): bump boto3-stubs from 1.37.28 to 1.37.29 (#6421)
dependabot[bot] Apr 8, 2025
2f6423d
chore(ci): new pre-release 3.9.1a9 (#6422)
github-actions[bot] Apr 8, 2025
4cbfbe9
chore(ci): changelog rebuild (#6423)
github-actions[bot] Apr 8, 2025
08c6632
chore(ci): bump version to 3.10.0 (#6424)
github-actions[bot] Apr 8, 2025
8e215d2
chore(ci): layer docs update (#6425)
github-actions[bot] Apr 8, 2025
bc9c758
chore(deps): bump pydantic from 2.11.2 to 2.11.3 (#6427)
dependabot[bot] Apr 8, 2025
45de086
chore(deps-dev): bump cfn-lint from 1.32.4 to 1.33.0 (#6430)
dependabot[bot] Apr 8, 2025
69a9a0c
chore(deps-dev): bump pytest-cov from 6.1.0 to 6.1.1 (#6429)
dependabot[bot] Apr 8, 2025
42c7594
chore(deps-dev): bump ruff from 0.11.3 to 0.11.4 (#6428)
dependabot[bot] Apr 8, 2025
b82bcce
chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.187.0a0 …
dependabot[bot] Apr 9, 2025
16d56c9
chore(deps-dev): bump boto3-stubs from 1.37.29 to 1.37.31 (#6433)
dependabot[bot] Apr 9, 2025
98b3800
chore(ci): new pre-release 3.10.1a0 (#6431)
github-actions[bot] Apr 9, 2025
933e034
chore(ci): changelog rebuild (#6432)
github-actions[bot] Apr 9, 2025
4db5b86
chore(ci): new pre-release 3.10.1a1 (#6437)
github-actions[bot] Apr 10, 2025
622b82d
docs(bedrock): fix BedrockServiceRole in template.yaml (#6436)
GuidoNebiolo Apr 10, 2025
628a4dc
chore(ci): changelog rebuild (#6439)
github-actions[bot] Apr 10, 2025
f861fc1
feat(event_handler): add route-level custom response validation in Op…
amin-farjadi Apr 10, 2025
e58a122
chore(deps-dev): bump cfn-lint from 1.33.0 to 1.33.1 (#6442)
dependabot[bot] Apr 11, 2025
5bf153e
chore(deps-dev): bump aws-cdk-lib from 2.188.0 to 2.189.0 (#6445)
dependabot[bot] Apr 11, 2025
4a60441
chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.188.0a0 …
dependabot[bot] Apr 11, 2025
f3e5bed
chore(deps-dev): bump ruff from 0.11.4 to 0.11.5 (#6443)
dependabot[bot] Apr 11, 2025
74a2c7a
chore(ci): new pre-release 3.10.1a2 (#6446)
github-actions[bot] Apr 11, 2025
6298a10
chore(ci): changelog rebuild (#6447)
github-actions[bot] Apr 11, 2025
44e63de
feat(data-masking): add support for Pydantic models, dataclasses, and…
VatsalGoel3 Apr 11, 2025
bc416eb
chore(deps): bump typing-extensions from 4.13.1 to 4.13.2 (#6451)
dependabot[bot] Apr 11, 2025
0d88e25
chore(deps-dev): bump boto3-stubs from 1.37.31 to 1.37.33 (#6449)
dependabot[bot] Apr 11, 2025
dc25603
chore(deps-dev): bump cfn-lint from 1.33.1 to 1.33.2 (#6450)
dependabot[bot] Apr 11, 2025
e7b9dc9
chore(ci): changelog rebuild (#6452)
github-actions[bot] Apr 12, 2025
1052c40
chore(ci): new pre-release 3.10.1a3 (#6455)
github-actions[bot] Apr 14, 2025
6af42f6
chore(ci): changelog rebuild (#6456)
github-actions[bot] Apr 14, 2025
28a6c0c
chore(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#6457)
dependabot[bot] Apr 15, 2025
19813c1
chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#6458)
dependabot[bot] Apr 15, 2025
afdcb09
chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.3…
dependabot[bot] Apr 15, 2025
a650cdf
chore(deps-dev): bump boto3-stubs from 1.37.33 to 1.37.34 (#6459)
dependabot[bot] Apr 15, 2025
8e34d9b
chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.189.0a0 …
dependabot[bot] Apr 15, 2025
1f052ce
chore(deps-dev): bump aws-cdk-lib from 2.189.0 to 2.189.1 (#6461)
dependabot[bot] Apr 15, 2025
76b0521
chore(ci): new pre-release 3.10.1a4 (#6463)
github-actions[bot] Apr 15, 2025
1920451
chore(ci): changelog rebuild (#6464)
github-actions[bot] Apr 15, 2025
c4d6d2f
feat(event_handler): add extras HTTP Error Code Exceptions (#6454)
kazu728 Apr 15, 2025
a169e8a
feat(logger): add support for exception notes (#6465)
leandrodamascena Apr 15, 2025
2fadd6c
refactor(logger): use standard collections for types (#6471)
leandrodamascena Apr 15, 2025
617129a
docs(bedrock_agents): remove Pydantic v1 recommendation (#6468)
konokenj Apr 15, 2025
016d228
refactor(batch): use standard collections for types (#6475)
leandrodamascena Apr 15, 2025
44289dd
refactor(metrics): use standard collections for types (#6472)
leandrodamascena Apr 15, 2025
bde274d
chore(deps-dev): bump sentry-sdk from 2.25.1 to 2.26.1 (#6477)
dependabot[bot] Apr 15, 2025
22b3852
refactor(tracer): use standard collections for types (#6473)
leandrodamascena Apr 15, 2025
cb37d50
chore(ci): new pre-release 3.10.1a5 (#6498)
github-actions[bot] Apr 16, 2025
d444bba
chore(ci): changelog rebuild (#6499)
github-actions[bot] Apr 16, 2025
5573a77
refactor(event_source): use standard collections for types (#6479)
leandrodamascena Apr 16, 2025
86579c1
refactor(middleware_factory): use standard collections for types (#6485)
leandrodamascena Apr 16, 2025
77e508c
refactor(parameters): use standard collections for types (#6481)
leandrodamascena Apr 16, 2025
a01e953
refactor(data_masking): use standard collections for types (#6493)
leandrodamascena Apr 16, 2025
17b46f4
refactor(validation): use standard collections for types (#6491)
leandrodamascena Apr 16, 2025
7de31cc
refactor(streaming): use standard collections for types (#6483)
leandrodamascena Apr 16, 2025
7540930
refactor(feature_flags): use standard collections for type (#6489)
leandrodamascena Apr 16, 2025
96a1bae
refactor(idempotency): use standard collections for types (#6487)
leandrodamascena Apr 16, 2025
4a6daae
refactor(tests): use standard collections for types + refactor code (…
leandrodamascena Apr 16, 2025
064fcfb
chore(deps-dev): bump boto3-stubs from 1.37.34 to 1.37.35 (#6504)
dependabot[bot] Apr 17, 2025
82e9c16
chore(deps-dev): bump cfn-lint from 1.33.2 to 1.34.0 (#6502)
dependabot[bot] Apr 17, 2025
3943433
chore(ci): new pre-release 3.10.1a6 (#6506)
github-actions[bot] Apr 17, 2025
b49a8b1
chore(ci): changelog rebuild (#6507)
github-actions[bot] Apr 17, 2025
2e509ae
chore(deps-dev): bump aws-cdk from 2.1007.0 to 2.1010.0 (#6501)
dependabot[bot] Apr 17, 2025
27aab47
refactor(e2e-tests): use standard collections for types + refactor co…
leandrodamascena Apr 17, 2025
acc398c
refactor(event_handler): use standard collections for types + refacto…
leandrodamascena Apr 17, 2025
e755f22
fix(logger): warn customers when the ALC log level is less verbose th…
anafalcao Apr 17, 2025
ed76f4b
feat(bedrock): add `openapi_extensions` in BedrockAgentResolver (#6510)
leandrodamascena Apr 17, 2025
d7b1f8f
refactor(general): add support for `ruff format` (#6512)
leandrodamascena Apr 17, 2025
aa5302d
chore(deps): bump squidfunk/mkdocs-material from sha256:23b69789b1dd8…
dependabot[bot] Apr 17, 2025
13b8dab
chore(ci): new pre-release 3.10.1a7 (#6518)
github-actions[bot] Apr 18, 2025
2622173
chore(deps-dev): bump mkdocs-material from 9.6.11 to 9.6.12 (#6514)
dependabot[bot] Apr 18, 2025
b0083a8
chore(deps-dev): bump multiprocess from 0.70.17 to 0.70.18 (#6516)
dependabot[bot] Apr 18, 2025
6182102
chore(deps-dev): bump ruff from 0.11.5 to 0.11.6 (#6515)
dependabot[bot] Apr 18, 2025
fc29f1d
chore(deps-dev): bump boto3-stubs from 1.37.35 to 1.37.37 (#6521)
dependabot[bot] Apr 18, 2025
53e4819
chore(ci): changelog rebuild (#6519)
github-actions[bot] Apr 18, 2025
eb868b7
chore(ci): changelog rebuild (#6525)
github-actions[bot] Apr 20, 2025
c40c097
fix(parser): make key attribute optional in Kafka model (#6523)
Weugene Apr 20, 2025
bd78550
chore(ci): changelog rebuild (#6527)
github-actions[bot] Apr 21, 2025
a5df4dc
chore(ci): new pre-release 3.10.1a8 (#6526)
github-actions[bot] Apr 21, 2025
ee78005
chore(deps-dev): bump cfn-lint from 1.34.0 to 1.34.1 (#6528)
dependabot[bot] Apr 21, 2025
2285bfd
chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.3…
dependabot[bot] Apr 21, 2025
516e2fd
chore(deps): bump pydantic-settings from 2.8.1 to 2.9.1 (#6530)
dependabot[bot] Apr 21, 2025
daae097
chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.189.1a0 …
dependabot[bot] Apr 21, 2025
1fe2856
docs(event_handler): fix typo in api keys swagger url (#6536)
victorperezpiqueras Apr 22, 2025
24fc747
chore(ci): new pre-release 3.10.1a9 (#6533)
github-actions[bot] Apr 22, 2025
14f88a6
chore(ci): changelog rebuild (#6534)
github-actions[bot] Apr 22, 2025
c08cd4b
chore(deps-dev): bump boto3-stubs from 1.37.37 to 1.37.38 (#6537)
dependabot[bot] Apr 23, 2025
5444d81
chore(deps-dev): bump aws-cdk from 2.1010.0 to 2.1012.0 (#6540)
dependabot[bot] Apr 23, 2025
eb14f24
chore(deps-dev): bump mypy-boto3-appconfigdata from 1.37.0 to 1.38.0 …
dependabot[bot] Apr 23, 2025
084469f
chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.3…
dependabot[bot] Apr 23, 2025
3b1f4f2
chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.190.0a0 …
dependabot[bot] Apr 23, 2025
8c2e093
chore(ci): new pre-release 3.10.1a10 (#6538)
github-actions[bot] Apr 23, 2025
af71385
chore(ci): changelog rebuild (#6539)
github-actions[bot] Apr 23, 2025
b0ae20c
chore(ci): new pre-release 3.10.1a11 (#6546)
github-actions[bot] Apr 24, 2025
f31d327
chore(ci): changelog rebuild (#6547)
github-actions[bot] Apr 24, 2025
55d9a0b
chore(deps-dev): bump h11 from 0.14.0 to 0.16.0 (#6548)
dependabot[bot] Apr 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
2 changes: 1 addition & 1 deletion .github/workflows/publish_v2_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install poetry
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "16.12"
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_v3_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
pipx inject poetry git+https://github.com/python-poetry/poetry-plugin-export@8c83d26603ca94f2e203bfded7b6d7f530960e06 # v1.8.0
- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "18.20.4"
- name: Setup python
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
run: make dev-quality-code
- name: Checking third-party library licenses
run: make check-licenses
- name: Checking and enforcing format
run: make format-check
- name: Formatting and Linting
run: make lint
- name: Static type checking
Expand All @@ -76,7 +78,7 @@ jobs:
- name: Complexity baseline
run: make complexity-baseline
- name: Upload coverage to Codecov
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # 5.4.0
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # 5.4.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy_v2_layer_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_LAYERS_ROLE_ARN }}
mask-aws-account-id: true
- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "16.12"
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy_v2_sar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
mask-aws-account-id: true

- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: ${{ env.NODE_VERSION }}
- name: Download artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy_v3_layer_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_LAYERS_ROLE_ARN }}
mask-aws-account-id: true
- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "18.20.4"
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy_v3_sar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_SAR_V3_ROLE_ARN }}
mask-aws-account-id: true
- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: ${{ env.NODE_VERSION }}
- name: Download artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
architecture: "x64"
cache: "poetry"
- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "20.10.0"
- name: Install CDK CLI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secure_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Ensure 3rd party workflows have SHA pinned
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633 # v3.0.22
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 # v3.0.23
with:
allowlist: |
slsa-framework/slsa-github-generator
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ repos:
- id: check-toml
- repo: local
hooks:
- id: black
name: formatting::black
entry: poetry run black
- id: ruff
name: formatting::ruff
entry: poetry run ruff format
language: system
types: [python]
- id: ruff
name: linting-format::ruff
name: linting::ruff
entry: poetry run ruff check
language: system
types: [python]
Expand Down
Loading
Loading