Skip to content

Feature request: include parser feature in lambda layer #3100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 2 tasks
scratchclaggy opened this issue Sep 22, 2024 · 5 comments · Fixed by #3101
Closed
1 of 2 tasks

Feature request: include parser feature in lambda layer #3100

scratchclaggy opened this issue Sep 22, 2024 · 5 comments · Fixed by #3101
Assignees
Labels
completed This item is complete and has been merged/shipped feature-request This item refers to a feature request for an existing or new utility layers Items related to the Lambda Layers pipeline parser This item relates to the Parser Utility

Comments

@scratchclaggy
Copy link
Contributor

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.

@scratchclaggy scratchclaggy added feature-request This item refers to a feature request for an existing or new utility triage This item has not been triaged by a maintainer, please wait labels Sep 22, 2024
Copy link

boring-cyborg bot commented Sep 22, 2024

Thanks for opening your first issue here! We'll come back to you as soon as we can.
In the meantime, check out the #typescript channel on our Powertools for AWS Lambda Discord: Invite link

@scratchclaggy
Copy link
Contributor Author

Note that this was also discussed in the Discord community.

@dreamorosi dreamorosi linked a pull request Sep 22, 2024 that will close this issue
@dreamorosi dreamorosi added layers Items related to the Lambda Layers pipeline parser This item relates to the Parser Utility confirmed The scope is clear, ready for implementation and removed triage This item has not been triaged by a maintainer, please wait labels Sep 22, 2024
@dreamorosi dreamorosi moved this from Triage to Working on it in Powertools for AWS Lambda (TypeScript) Sep 22, 2024
@dreamorosi
Copy link
Contributor

Hi @scratchclaggy, thank you for opening the issue.

I'll assign the issue to you and will continue the discussion in the PR.

Thank you again!

@github-project-automation github-project-automation bot moved this from Working on it to Coming soon in Powertools for AWS Lambda (TypeScript) Sep 25, 2024
Copy link
Contributor

⚠️ COMMENT VISIBILITY WARNING ⚠️

This issue is now closed. Please be mindful that future comments are hard for our team to see.

If you need more assistance, please either tag a team member or open a new issue that references this one.

If you wish to keep having a conversation with other community members under this issue feel free to do so.

@github-actions github-actions bot added pending-release This item has been merged and will be released soon and removed confirmed The scope is clear, ready for implementation labels Sep 25, 2024
Copy link
Contributor

github-actions bot commented Oct 8, 2024

This is now released under v2.9.0 version!

@github-actions github-actions bot added completed This item is complete and has been merged/shipped and removed pending-release This item has been merged and will be released soon labels Oct 8, 2024
@dreamorosi dreamorosi moved this from Coming soon to Shipped in Powertools for AWS Lambda (TypeScript) Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed This item is complete and has been merged/shipped feature-request This item refers to a feature request for an existing or new utility layers Items related to the Lambda Layers pipeline parser This item relates to the Parser Utility
Projects
Development

Successfully merging a pull request may close this issue.

2 participants