feat: added lambda layer
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
<!-- This readme file is generated with terraform-docs -->
|
||||
# LambdaLayer
|
||||
|
||||
Download python packages and create lambda layer
|
||||
|
||||
## Notes
|
||||
Packages need to be placed under a python/ subdirectory.
|
||||
See https://docs.aws.amazon.com/lambda/latest/dg/packaging-layers.html
|
||||
|
||||
## Requirements
|
||||
|
||||
| Name | Version |
|
||||
|------|---------|
|
||||
| terraform | >= 1.1.0 |
|
||||
| aws | >= 6.0 |
|
||||
|
||||
## Providers
|
||||
|
||||
| Name | Version |
|
||||
|------|---------|
|
||||
| aws | 6.32.0 |
|
||||
| random | 3.8.1 |
|
||||
|
||||
## Modules
|
||||
|
||||
| Name | Source | Version |
|
||||
|------|--------|---------|
|
||||
| lambda\_archive | ../modules/compute/LambdaZipBuilder | n/a |
|
||||
| s3 | terraform-aws-modules/s3-bucket/aws | 5.10.0 |
|
||||
|
||||
## Resources
|
||||
|
||||
| Name | Type |
|
||||
|------|------|
|
||||
| [aws_lambda_layer_version.pandas](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_layer_version) | resource |
|
||||
| [random_uuid.this](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/uuid) | resource |
|
||||
|
||||
## Inputs
|
||||
|
||||
No inputs.
|
||||
|
||||
## Outputs
|
||||
|
||||
No outputs.
|
||||
|
||||
---
|
||||
## Authorship
|
||||
This module was developed by xpk.
|
||||
Reference in New Issue
Block a user