adamatti / lambda_unzip

This is a pet project, just a lambda(nodejs) to unzip files on s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a pet project, just a lambda(nodejs) to unzip files on s3

How to use / evolve

  • change variables on terraform/terraform.tfvars
  • happy path
    • deploy lambda: make install build tf-apply-approve
    • upload a zip file: make s3-upload
    • check files on s3 bucked: make s3-ls
  • destroy / clean all: make tf-destroy-approve clean
  • check all commands: make help

Optional tools

About

This is a pet project, just a lambda(nodejs) to unzip files on s3


Languages

Language:HCL 56.1%Language:Makefile 28.9%Language:JavaScript 15.1%