gkrizek / bash-lambda-layer

Run Bash scripts in AWS Lambda via Layers
MIT License
428 stars 89 forks source link

Include unzip command in README #56

Closed UnrealKazu closed 4 years ago

UnrealKazu commented 4 years ago

I use the layer to perform some boilerplate actions in CodePipeline. One of my usecases is that I need to unzip a BuildArtifact provided by CodeBuild. This artifact is zipped (not gzipped or a tarball), so with this layer I cannot unzip it.

Since the zip command is present, could you also include the unzip command?

UnrealKazu commented 4 years ago

I just noticed that the unzip command is already included in the layer, but just not listed in the README. So I've created a PR for this: https://github.com/gkrizek/bash-lambda-layer/pull/57