Open moltar opened 2 years ago
Greetings! We’re closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or open a new issue.
Not stale.
Is your feature request related to a problem? Please describe.
The problem we are encountering:
esbuild
issue https://github.com/evanw/esbuild/issues/475 )Which leads to:
Describe the solution you'd like
Publish every release as a predictable Lambda layer.
This would allow us to exclude
@aws-sdk/*
packages from the bundle, yet target specific and exact package versions via the layer.A great example of this use case is done by Sentry. They package their Lambda handler as a layer, in every region, and tagged with a version. Then they make the manifest published.
Describe alternatives you've considered
@aws-sdk/client-*
packages.Additional context
🌱 We can help save the planet and make the solution greener by reducing the need to bundle and ship useless bits across the continents.