feat(forwarder): add SQS support as event source for S3 notifications #327
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: AWS Python Integration tests | |
| permissions: | |
| actions: none | |
| checks: none | |
| contents: read | |
| deployments: none | |
| issues: none | |
| packages: none | |
| pages: none | |
| pull-requests: none | |
| repository-projects: none | |
| security-events: none | |
| on: [pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-24.04-arm | |
| continue-on-error: true | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| with: | |
| ref: ${{ github.event.pull_request.head.sha }} | |
| fetch-depth: 0 | |
| - name: AWS Python integration tests | |
| run: | | |
| ./aws/logs_monitoring/tools/integration_tests/integration_tests.sh --python-version=3.14 |