danilop / danilop/ServerlessByDesign

Lambda JS files should move to a subdirectory

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
289
Forks
32
Avg merge
1d 20h
Merged PRs (30d)
4

Description

Current situation:
Javascript files for Lambda functions (and probably any lambda source file) are in the root of the generated zip file. Calling `aws cloudformation package` causes each Lambda to include all files in the root directory, including `.git` and `.idea` directories. Uploads take longer than necessary and contain data that shouldn't be in there.

Feature request:
Move each Lambda file to its own directory and reference that in the Cloud Formation template when generating a zip file for download.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.