awslabs / awslabs/aws-lambda-cpp
Packager option to not produce a zip file
Open
- Dominant language
- C++
- Stars
- 465
- Forks
- 98
- Avg merge
- 12h 47m
- Merged PRs (30d)
- 3
Description
The packager currently is hard-set to produce a zip file:
https://github.com/awslabs/aws-lambda-cpp/blob/1129e531bae450b6fb78ad5fc08d6222ceb9f68d/packaging/packager#L184-L185
It would be useful to [add an option](https://github.com/awslabs/aws-lambda-cpp/blob/1129e531bae450b6fb78ad5fc08d6222ceb9f68d/packaging/packager#L34) to skip the zipping (which will also make it unnecessary to [have zip](https://github.com/awslabs/aws-lambda-cpp/blob/1129e531bae450b6fb78ad5fc08d6222ceb9f68d/packaging/packager#L54-L57) installed on the packaging system).
Contributor guide
Assessment
This issue has not been assessed yet.