Lambda Layers Without S3 Upload Requirement #203
Labels
feature-request
A feature should be added or improved.
module/cli-ext
p2
This is a standard priority issue
queued
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
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: