generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
feature-requestfeature requestfeature request
Description
Use case
Hey,
In order to improve cold start, we are often told not to import an entire library (especially if it's large) such as 'import X' but instead import specific classes, like: 'from X import Y'.
I've noticed that some utilities dont follows this best practice:
for example
import boto3 |
Solution/User Experience
For example: change 'import boto3' to 'from boto3 import client'
Alternative solutions
Acknowledgment
- This feature request meets Powertools for AWS Lambda (Python) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET
Metadata
Metadata
Assignees
Labels
feature-requestfeature requestfeature request
Type
Projects
Status
Closed