- (n) granddaddy informally
Granda is the grand daddy of lambda, an event based serverless compute engine that lets you run your applications without provisioning a server.
For a better explanation, try AWS Lambda
GRANDA is a POC, not to be used for anything other than playing around and understanding how Serverless works.
- You need to run the go server for the backend to work. In order to do that,
cd src/granda
go build
./granda
- The front end is not powered by golang. Place the code on your apache server path and visit https://localhost/granda/.
- When you click the call to action button, you will be taken to the app page, where you need to enter the func name and the image name. The other params are optional. Click on the submit button and you will see some response
- This concept was presented at DevopsDays Austin. I will update this with a link to the video once it's uploaded.
- You can refer to the slides here