I am looking for information to create custom templates. I currently use the aws-java-maven template but I would like to extend that so I can have all of the dependencies and settings already setup for our development team. Can someone point me in the right direction?
Hi @wnofer! You can use the sls install command for this. It takes in the URL of a GitHub repo as an argument. It will use the zip from that repo as a template to start a new project.
We host our own private GitLab server. Is there a way to use GitLab instead of GitHub? I currently get the folloing response when trying a repro from our server:
@wnofer Right now, it’s tied to Github. There is a PR in progress that will update the sls create command to take in a URL as well. That only supports GitHub or Bitbucket, but I think we could add GitLab fairly easily.