You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/xxx
After adding dependency:
➜ du -h bin/linux/arm64/*
32M bin/linux/arm64/xxx
Specifications
Datadog Go Lambda package version: 1.47.0
Go version: 1.23.5
The text was updated successfully, but these errors were encountered:
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/xxx
After adding dependency:
➜ du -h bin/linux/arm64/* 32M bin/linux/arm64/xxx
Specifications
The text was updated successfully, but these errors were encountered: