docs: adding new Lambda features#7917
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7917 +/- ##
========================================
Coverage 96.68% 96.68%
========================================
Files 285 285
Lines 14187 14187
Branches 1175 1175
========================================
Hits 13717 13717
Misses 341 341
Partials 129 129 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
examples/lambda_features/durable_functions/src/best_practice_metrics.py
Outdated
Show resolved
Hide resolved
examples/lambda_features/durable_functions/src/best_practice_logging.py
Outdated
Show resolved
Hide resolved
examples/lambda_features/durable_functions/src/using_metrics.py
Outdated
Show resolved
Hide resolved
examples/lambda_features/durable_functions/src/using_parameters.py
Outdated
Show resolved
Hide resolved
examples/lambda_features/managed_instances/src/database_connections.py
Outdated
Show resolved
Hide resolved
Hey @kishaningithub! We are working to merge this. |
|
Hey @svozza can you pls approve this? |
|
One tiny comment, all good otherwise. |
|







Issue number: closes #7915
Summary
This PR adds documentation for two new Lambda features: Lambda Managed Instances and Durable Functions.
Changes
I created a new
lambda-featuressection in the docs with two pages:Lambda Managed Instances
Durable Functions
context.set_logger()The idea here is to create those pages as integration guides, not feature documentation. They follow a different structure than core utilities because:
1/ The focus is "how Powertools works with X" rather than "how to use Powertools feature Y"
2/ Current customers that users Powertools should find guidance on Powertools compatibility with those new features
3/ The content is more about considerations and gotchas than step-by-step tutorials
User experience
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.