- Only AWS Lambda Only optimized for AWS Lambda runtimes and function environments. Utilities may work with web frameworks, but they are not officially supported.
- Facilitates the adoption of best practices. All other functionality is optional. The utility’s primary goal is to facilitate the adoption of best practices, as described in the AWS Well-Architected Serverless Lens.
- Keep it simple. To ensure security and ease-of-maintenance, additional dependencies should be carefully considered to minimize startup disruptions.
- We aim for backwards compatibility. Backwards compatibility should be maintained for new features and changes. If it is impossible to avoid a breaking change, the deprecation or migration process should be clearly defined.
- We work in the community’s direction. We are ai
