Skip to content
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

fix(lambda layer): fix wrong path preventing deployment #227

Merged
merged 3 commits into from
Jan 29, 2024

Conversation

krokoko
Copy link
Collaborator

@krokoko krokoko commented Jan 29, 2024

Fixes a bug in the Lambda Layer construct (regression) where the path to the asset is wrong, preventing correct deployment

  • fix path
  • fix documentation
  • add tests to prevent regression in future releases

Tested manually in Typescript and Python to make sure it synths correctly


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5a3515c) 94.97% compared to head (9254bbb) 94.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #227      +/-   ##
==========================================
- Coverage   94.97%   94.95%   -0.03%     
==========================================
  Files          31       33       +2     
  Lines        7804     8005     +201     
  Branches      215      221       +6     
==========================================
+ Hits         7412     7601     +189     
- Misses        392      404      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@dineshSajwan dineshSajwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@krokoko krokoko merged commit 36401ac into awslabs:main Jan 29, 2024
20 of 21 checks passed
@krokoko krokoko deleted the bug/lambda_layer branch February 1, 2024 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants