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

Lambda Layers Without S3 Upload Requirement #203

Open
1 of 2 tasks
NapalmCodes opened this issue Mar 2, 2022 · 1 comment
Open
1 of 2 tasks

Lambda Layers Without S3 Upload Requirement #203

NapalmCodes opened this issue Mar 2, 2022 · 1 comment
Labels
feature-request A feature should be added or improved. module/cli-ext p2 This is a standard priority issue queued

Comments

@NapalmCodes
Copy link

NapalmCodes commented Mar 2, 2022

Describe the Feature

The Lambda Layer feature should allow me to build the layer assets on my file system and publish from the file system via my IaC which happens to be AWS CDK. I can use fromBucket for my code in the CDK, but this requires an extra S3 bucket to be setup for hosting the layer.

Is your Feature Request related to a problem?

N/A

Proposed Solution

Implement an argument like --output <directory> so I can build the layer directory locally on my file system.

Describe alternatives you've considered

Trying to run dotnet store myself but ran into a lot of problems on MacOS.

Additional Context

I am trying to avoid creating a bucket that I manage just to upload my layer to Lambda.

Environment

N/A

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@NapalmCodes NapalmCodes added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 2, 2022
@ashishdhingra
Copy link
Contributor

Needs review with the team.

@ashishdhingra ashishdhingra added needs-review and removed needs-triage This issue or PR still needs to be triaged. labels May 23, 2022
@ashishdhingra ashishdhingra added the p2 This is a standard priority issue label Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. module/cli-ext p2 This is a standard priority issue queued
Projects
None yet
Development

No branches or pull requests

2 participants