You can now set the raise_on_entire_batch_failure option to False to prevent the Batch Processing utility from throwing a BatchProcessingError, when all records in a batch fail to process. This is useful when working with functions that handle batches with a small number of records, or when you use errors as a flow control mechanism.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps aws-lambda-powertools[parser] from 2.36.0 to 2.41.0.
Release notes
Sourced from aws-lambda-powertools[parser]'s releases.
... (truncated)
Changelog
Sourced from aws-lambda-powertools[parser]'s changelog.
... (truncated)
Commits
3556fcd
chore: version bump4e9a5fe
chore(layers): downgrade aws cdk to 2.145.0 (#4739)b5d6384
chore(ci): new pre-release 2.40.2a8 (#4737)3ae2eec
fix(event_handler): make the max_age attribute comply with RFC specification ...599f6fe
chore(deps-dev): bump sentry-sdk from 2.8.0 to 2.9.0 (#4735)96fd770
chore(deps-dev): bump cfn-lint from 1.5.2 to 1.5.3 (#4734)2f4b976
chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 (#4732)51de224
chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...10d551c
feat(feature_flags): allow customers to bring their own boto3 client and sess...14b44ce
feat(batch): add option to not raiseBatchProcessingError
exception when th...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show