Skip to content

Instantly share code, notes, and snippets.

@9oelM

9oelM/block44.tf Secret

Created March 21, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9oelM/70c491c215b065f7a2d9c60bc165515b to your computer and use it in GitHub Desktop.
Save 9oelM/70c491c215b065f7a2d9c60bc165515b to your computer and use it in GitHub Desktop.
➜ example-lambda git:(master) ✗ tree -I node_modules
.
├── IaC
│   ├── api_gateway.tf
│   ├── ecr.tf
│   ├── hello_role.tf
│   ├── lambda.tf
│   └── main.tf
└── server
├── build-and-push-docker-image.sh
├── lerna.json
├── login-docker.sh
├── nodemon.json
├── package-lock.json
├── package.json
├── packages
│   └── hello
│   ├── Dockerfile
│   ├── README.md
│   ├── lib
│   │   └── index.ts
│   ├── package-lock.json
│   ├── package.json
│   └── tsconfig.json
└── template.yml
5 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment