issues
search
neo4j-partners
/
amazon-cloud-formation-neo4j
Amazon CloudFormation Templates (CFT) for Neo4j
Apache License 2.0
14
stars
14
forks
source link
Idea for improving the deploy.sh script
#72
Closed
edrandall-dev
closed
1 year ago
edrandall-dev
commented
2 years ago
A few possible improvements to the deploy.sh script:
separate sections for user configurable variables and those which most users shouldn't need to change
usage function
ensuring that the script only takes a single argument, the desired stack name
created a binary for the 'aws' binary incase it is installed in a non-standard location (and checks to see that it's in PATH)
A few possible improvements to the deploy.sh script: