A little endpoint which returns strings such as nostalgic-torvalds
for those throwaway (or maybe permanent) resources you need to name.
Strings derived from the Docker project.
Hosted version: http://ngaas.api.jacobclark.xyz (Heroku free-tier - may take a few moments to respond).
$ git clone [email protected]:imjacobclark/ngaas.git && cd ngaas
$ npm install
$ npm test
$ npm start
$ git clone [email protected]:imjacobclark/ngaas.git && cd ngaas
$ docker build -t ngaas .
$ docker run -d -p 3000:3000 --name ngaas ngaas
Ensure you have aws-cli
installed and configured.
$ git clone [email protected]:imjacobclark/ngaas.git && cd ngaas
$ cd sam
$ ./deploy