Skip to content

Feature request: Remove powertools-lambda-layer-cdk project when building Lambda layers #5278

Closed
@leandrodamascena

Description

@leandrodamascena

Use case

The https://github.com/aws-powertools/powertools-lambda-layer-cdk project has been used in the past to build Lambda layers for this project, but this adds a lot of unnecessary complexity to this project.

1 - The project uses projen and we have had several issues with this in the past. Projen manages transitive dependencies in a completely obscure way and we have no control over this.
2 - The powertools-lambda-layer-cdk project is undocumented and lot of uncertain when running automations
3 - We do not need to use an external CDK constructor to build a layer that we have 100% control over
4 - We have slowed down our release process by at least 10 minutes using this constructor.

Solution/User Experience

No changes for customers

Alternative solutions

No response

Acknowledgment

  • This feature request meets Powertools for AWS Lambda (Python) Tenets
    Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET

Activity

added
layersLambda Layers work
and removed
triagePending triage from maintainers
on Oct 1, 2024
github-actions

github-actions commented on Nov 8, 2024

@github-actions
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 commented on Nov 14, 2024

@github-actions
Contributor

This is now released under 3.3.0 version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

Status

Shipped

Milestone

No milestone

Relationships

None yet

    Participants

    @leandrodamascena

    Issue actions

      Feature request: Remove powertools-lambda-layer-cdk project when building Lambda layers · Issue #5278 · aws-powertools/powertools-lambda-python