-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Given the intended target for this package is lambda functions, minimizing the impact on the size of the final binary and reducing dependencies should be a high priority.
Adding datadog-lambda-go as a dependency can significantly increase the size of the final binary and brings in a large amount of transitive dependencies.
Before adding dependency:
➜ du -h bin/linux/arm64/*
8.7M bin/linux/arm64/xxxAfter adding dependency:
➜ du -h bin/linux/arm64/*
32M bin/linux/arm64/xxxSpecifications
- Datadog Go Lambda package version: 1.47.0
- Go version: 1.23.5
Metadata
Metadata
Assignees
Labels
No labels