Skip to content

corrjo/llama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llama

A tool for packaging and shipping serverless functions.

The scaffold

llama init my_project --lang go --cloud aws will create basic scaffolding for a project

my_project/
    README.md
    config.yml
    src/code.go
    src/entrypoint.go -- potentially useful for switching between cloud providers?
    deployment/function.tf
    deployment/provider.tf
  • README.md: a basic readme to be filled out with details about your project
  • config.yml: a place to store project configuration, lang type, cloud type, etc
  • src/code.(go|py|js): The source code for your serverless app
  • deployment/(function.tf, provider.tf): the deployment code, this will be different depending on which cloud is specified

About

WIP - a simple cli tool for building serverless functions in the cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published