Skip to content

[WIP] Add support for AWS Lambda Layers to function definitions #8

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Jun 30, 2025

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original description:

Add support for AWS Lambda Layers to the component so that users can specify one or more layers per Lambda function. This should include:

  • Accepting a 'layers' field (list of ARNs or references) in each function's configuration.
  • Adding the 'Layers' property to the AWS::Lambda::Function resources in the CloudFormation template when specified.
  • Documenting the usage of Layers in the README with an example.
  • Ensuring that existing functionality is not affected if 'layers' is not specified.
  • Adding or updating tests to verify correct layer attachment.

Please implement this in a backwards-compatible way.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants