Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 631 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 631 Bytes

GitHub GitHub release (latest SemVer) GitHub Workflow Status

Lambda Layers for Python

How to use:

  1. Add a module definition to your Terraform. See the example below.
module "lambda_layers_python" {
  source                = "git::https://github.com/brightbock/lambda-layers-python.git?ref=v0.1.0"
  # providers             = { aws = aws.use1 }
}