Skip to content

Commit

Permalink
refactor(175): wip.
Browse files Browse the repository at this point in the history
  • Loading branch information
lalcebo committed Mar 11, 2024
1 parent 08f5cc1 commit 10b61ca
Show file tree
Hide file tree
Showing 1,213 changed files with 36,280 additions and 44,598 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.data/
16 changes: 16 additions & 0 deletions build.sh
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
Loading

0 comments on commit 10b61ca

Please sign in to comment.