Skip to content

Feature request: include parser feature in lambda layer #3100

Closed
@scratchclaggy

Description

@scratchclaggy

Use case

I want to use the new parser feature in my lambdas but need to ship it with my code as it is not available in the lambda layer currently.

Solution/User Experience

We simply need to include the feature when building / publishing the lambda layers.

Alternative solutions

Keep it out of the layer but update documentation:

It may be that this feature is not used frequently, in which case it makes sense to leave it out of the layers to minimize the layer size. In this case though, it should be noted in the docs that the parser feature is not included in the layer like the other features are.

Ship multiple layers:

If layer size is of concern, there may be a case for shipping a layer that includes the SDKs and the logger / metrics / tracer features, and then shipping individual layers for each of the other features that are used less frequently.

Acknowledgment

Future readers

Please react with 👍 and your use case to help us understand customer demand.

Metadata

Metadata

Assignees

Labels

completedThis item is complete and has been merged/shippedfeature-requestThis item refers to a feature request for an existing or new utilitylayersItems related to the Lambda Layers pipelineparserThis item relates to the Parser Utility

Type

No type

Projects

Status

Shipped

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions