Skip to content
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

chore(deps): bump aws-lambda-powertools[aws-sdk] from 2.36.0 to 2.40.1 in /src #55

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps aws-lambda-powertools[aws-sdk] from 2.36.0 to 2.40.1.

Release notes

Sourced from aws-lambda-powertools[aws-sdk]'s releases.

v2.40.0

Summary

We're excited to announce Batch resolvers in GraphQL Event Handler to tackle the infamous N+1 problem in GraphQL 💪, making it easier to work with batching in AWS AppSync.

Thanks to @​danieljnchen, the validation utility now supports referencing internal schemas within your JSON files. 🌟

🌟 ⭐ A big thank you to our new contributors: @​scampbell5, @​matteofigus, and @​danieljnchen.

Batch resolvers in Event Handler GraphQL

Docs

You can now use a batch resolver to handle batch requests coming from AWS AppSync. This is useful when AWS AppSync has batching enabled for Lambda Resolvers as it allows the aggregation of as many requests as possible before invoking your AWS Lambda function, effectively solving the N+1 problem in GraphQL.

batch_resolver

Validation feature now supports custom handlers

Docs

You can now control JSON schema references with custom handlers. This is useful when you might want to optimize caching, reducing HTTP calls, or fetching them from non-HTTP endpoints.

validation

Last but not least, @​scampbell5 helps us fix the types for partition and offset in the KafkaEventRecord Event Source Data Class.

Changes

🌟New features and non-breaking changes

📜 Documentation updates

🐛 Bug and hot fixes

  • fix(event_sources): change partition and offset field types in KafkaEventRecord (#4515) by @​scampbell5

🔧 Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools[aws-sdk]'s changelog.

[v2.40.1] - 2024-06-28

Bug Fixes

  • event_handler: current_event regression AppSyncResolver Router (#4652)

Maintenance

  • version bump
  • ci: new pre-release 2.40.1a1 (#4653)
  • ci: new pre-release 2.40.1a0 (#4648)
  • deps-dev: bump cfn-lint from 1.3.7 to 1.4.1 (#4646)
  • deps-dev: bump sentry-sdk from 2.7.0 to 2.7.1 (#4645)

[v2.40.0] - 2024-06-27

Bug Fixes

  • event_sources: change partition and offset field types in KafkaEventRecord (#4515)

Documentation

  • homepage: Fix homepage link (#4587)
  • i-made-this: add new article about best practices for accelerating serverless development (#4518)
  • public reference: add Brsk as a public reference (#4597)

Features

  • event-handler: add appsync batch resolvers (#1998)
  • validation: support JSON Schema referencing in validation utils (#4508)

Maintenance

  • version bump
  • ci: add the Metrics feature to nox tests (#4552)
  • ci: new pre-release 2.39.2a5 (#4636)
  • ci: add the Streaming feature to nox tests (#4575)
  • ci: new pre-release 2.39.2a4 (#4629)
  • ci: new pre-release 2.39.2a3 (#4620)
  • ci: add the Event Handler feature to nox tests (#4581)
  • ci: add the Data Class feature to nox tests (#4583)
  • ci: add the Parser feature to nox tests (#4584)
  • ci: add the Idempotency feature to nox tests (#4585)
  • ci: new pre-release 2.39.2a2 (#4610)
  • ci: introduce tests with Nox (#4537)
  • ci: new pre-release 2.39.2a1 (#4598)
  • ci: add the Tracer feature to nox tests (#4567)
  • ci: add the Middleware Factory feature to nox tests (#4568)
  • ci: add the Parameters feature to nox tests (#4569)
  • ci: add the Batch Processor feature to nox tests (#4586)

... (truncated)

Commits

Dependabot compatibility score

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 <dependency name> 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[aws-sdk]](https://github.com/aws-powertools/powertools-lambda-python) from 2.36.0 to 2.40.1.
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v2.36.0...v2.40.1)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools[aws-sdk]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 1, 2024 23:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

Superseded by #58.

@dependabot dependabot bot closed this Aug 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/src/aws-lambda-powertools-aws-sdk--2.40.1 branch August 6, 2024 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants