Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Remove lambda code from monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjcbrown committed Dec 23, 2018
1 parent 8b2803a commit 76982c0
Show file tree
Hide file tree
Showing 57 changed files with 0 additions and 15,428 deletions.
11 changes: 0 additions & 11 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,6 @@ services:
volumes:
- './services/client:/usr/src/app'

lambdas-test:
container_name: lambdas-test
build:
context: ./lambdas
dockerfile: Dockerfile-test
environment:
- NODE_ENV=development
- CI=${CI:-false}
volumes:
- './lambdas:/usr/src/app'

swagger:
container_name: swagger
build:
Expand Down
11 changes: 0 additions & 11 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,6 @@ services:
- NODE_ENV=production
- CI=${CI:-false}

lambdas-test:
container_name: lambdas-test
build:
context: ./lambdas
dockerfile: Dockerfile-test
environment:
- NODE_ENV=production
- CI=${CI:-false}
volumes:
- './lambdas:/usr/src/app'

swagger:
container_name: swagger
build:
Expand Down
11 changes: 0 additions & 11 deletions docker-compose-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,6 @@ services:
- NODE_ENV=staging
- CI=${CI:-false}

lambdas-test:
container_name: lambdas-test
build:
context: ./lambdas
dockerfile: Dockerfile-test
environment:
- NODE_ENV=staging
- CI=${CI:-false}
volumes:
- './lambdas:/usr/src/app'

swagger:
container_name: swagger
build:
Expand Down
1 change: 0 additions & 1 deletion lambdas/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions lambdas/.eslintignore

This file was deleted.

19 changes: 0 additions & 19 deletions lambdas/.eslintrc

This file was deleted.

13 changes: 0 additions & 13 deletions lambdas/Dockerfile-test

This file was deleted.

Loading

0 comments on commit 76982c0

Please sign in to comment.