Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 561b7e9

Browse files
committed
Dropped 'aws-' prefixes
1 parent f1a5e04 commit 561b7e9

File tree

24 files changed

+15
-15
lines changed

24 files changed

+15
-15
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ all: lint | build
3434

3535
# Build distribution files
3636
build: .terraform
37-
make -C data/aws-lambda build
37+
make -C data/lambda build
3838

3939
# Lint source files
4040
lint: .terraform
4141
terraform validate -check-variables=false
42-
make -C data/aws-lambda lint
42+
make -C data/lambda lint
4343

4444
# -----------------------------------------------------------------------------
4545

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)