Skip to content

Commit f6e2b92

Browse files
committed
docs: add final consideration section
1 parent 411ee85 commit f6e2b92

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/quickstart.md

+16
Original file line numberDiff line numberDiff line change
@@ -1019,3 +1019,19 @@ If you're curious about how the EMF portion of your function logs look like, you
10191019
]
10201020
}
10211021
```
1022+
1023+
# Final considerations
1024+
1025+
We covered a lot of ground here and we only scratched the surface of the feature set available within Lambda Powertools.
1026+
1027+
When it comes to the observability features ([Tracer](./core/tracer.md){target="_blank"}, [Metrics](./core/metrics.md){target="_blank"}, [Logging](./core/logger.md){target="_blank"}), don't stop there! The goal here is to ensure you can ask arbitrary questions to assess your system's health; these features are only part of the wider story!
1028+
1029+
This requires a change in mindset to ensure operational excellence is part of the software development lifecycle.
1030+
1031+
???+ tip
1032+
You can find more details on other leading practices described in the [Well-Architected Serverless Lens](https://aws.amazon.com/blogs/aws/new-serverless-lens-in-aws-well-architected-tool/).
1033+
1034+
Lambda Powertools is largely designed to make some of these practices easier to adopt from day 1.
1035+
1036+
???+ question "Have ideas for other tutorials?"
1037+
You can open up a documentation issue, or connect with us on the [AWS Developers Slack](https://github.com/awslabs/aws-lambda-powertools-python/#connect) at `lambda-powertools` channel, or via e-mail [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)