-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,213 changed files
with
36,280 additions
and
44,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.data/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
mkdir -p ".data/cloudformation" | ||
|
||
echo "Downloading Latest Schemas" | ||
curl https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip --output .data/cloudformation.zip | ||
|
||
echo "Extracting Latest Schemas" | ||
unzip -o .data/cloudformation.zip -d .data/cloudformation | ||
|
||
echo "Removing zip file" | ||
rm .data/cloudformation.zip | ||
|
||
#echo "Updating 3rd Party Resources" | ||
#git submodule update --remote | ||
|
||
#echo "Running Transformations" | ||
node index.js |
Oops, something went wrong.