Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

kayac/bash-lambda-layer

 
 

Repository files navigation

Bash in AWS Lambda [Modified by Kayac inc.]

forked gkrizek/bash-lambda-layer because we needed to modify and maintain it in our organization. See the original REDME for details. Respect for the original gkrizek/bash-lambda-layer.

Difference from the original

ARN

arn:aws:lambda:<region>:513375597510:layer:bash:2

tools version

  • AWS CLI v2.0.30
  • kv2json v0.02

function

  • Error handling using kv2json.

How to publish to local AWS account.

Download the release package and do one of the following

publish to All region

$ ./publish.sh

publish to Single region

$AWS_REGION=<target region> ./publish-only.sh

About

Run Bash scripts in AWS Lambda via Layers

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 79.8%
  • Makefile 19.3%
  • Dockerfile 0.9%