aws-samples / aws-samples/data-lineage-for-data-lake-example

Alternative to Docker for deploying the demo

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
31
Forks
23
PR merge metrics
No merged PRs in 30d

Description

For user who doesn't want to or can't use Docker for deploying the demo, finch can be used instead by replacing 'docker' by 'finch' in the lineage_api.tf at line 21.

The replacing block should look like this :
```
resource "null_resource" "ecr_image" {
triggers = {
src_hash = data.archive_file.lambda.output_sha
}
provisioner "local-exec" {
command = <

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.