Skip to content

logzer0/granda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRANDA

  • (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

Note

GRANDA is a POC, not to be used for anything other than playing around and understanding how Serverless works.

How to run

  • 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

Details

  • 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

Releases

No releases published

Packages

No packages published