Skip to content

Commit a05823b

Browse files
authored
feat: large message in SQS and SNS (#1310)
1 parent 3a106ca commit a05823b

File tree

43 files changed

+3650
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3650
-89
lines changed

.github/workflows/run-e2e-tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ on:
1414
- 'powertools-idempotency/**'
1515
- 'powertools-parameters/**'
1616
- 'powertools-metrics/**'
17+
- 'powertools-large-messages/**'
1718
- 'pom.xml'
1819
- '.github/workflows/**'
1920

21+
pull_request:
22+
branches:
23+
- main
24+
paths:
25+
- 'powertools-e2e-tests/**'
26+
2027
jobs:
2128
e2e:
2229
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)