Skip to content

claudiunicolaa/cookiecutter-golang-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

cookiecutter-golang-aws-lambda

Generate project

cookiecutter https://github.com/claudiunicolaa/cookiecutter-golang-aws-lambda

Structure

{{cookiecutter.directory_name}}
├── README.md
├── go.mod
├── go.sum
├── lambda.go
└── main.go

Template items

{
    "directory_name": "the directory name for your lambda",
    "module_path": "module path will be added on go.mod",
    "recieve_event": "the type of event will be recieved",
    "return_event": "the type of event will be return"
}
📝 possible values of recieve_event and return_event are listed here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages