Skip to content

Commit

Permalink
Cleanups (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplock authored Sep 24, 2020
1 parent d35b754 commit ff8cfef
Show file tree
Hide file tree
Showing 8 changed files with 994 additions and 1,867 deletions.
6 changes: 6 additions & 0 deletions .cfnlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
templates:
- template.yml
include_checks:
- I
regions:
- us-east-1
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ max_line_length = 120
quote_type = single

[*.yml]
quote_type = single
quote_type = double
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
coverage
packaged.yml
samconfig.toml
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
node_modules
package-lock.json
packaged.yml
template.yml
6 changes: 3 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ phases:
- npm run build
post_build:
commands:
- aws cloudformation package --template template.yml --s3-bucket $S3_BUCKET --output-template template-export.yml
- npm run package

artifacts:
type: zip
files:
- template-export.yml
- packaged.yml

cache:
paths:
- node_modules/**/*
- "/root/.npm/**/*"
Loading

0 comments on commit ff8cfef

Please sign in to comment.