Skip to content

tmknom/playground-serverless-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-serverless-go

Serverless Frameworkのサンプルコード。

Requirements

ビルド

依存ライブラリのダウンロードとバイナリのビルドを実行します。

make build

デプロイ

バイナリをビルドしてLambdaへデプロイします。

make deploy

ローカル実行

ローカル環境で実行します。

make invoke-local

リモート実行

デプロイ済みのLambdaを実行します。

make invoke-remote

Makefile

build                          Build the application
clean                          Clean the binary
deploy                         Deploy a Serverless service
deps                           Install dependencies
generate-event                 Generate event
help                           Show help
info                           Display information about the service
invoke-local                   Invoke function locally
invoke-remote                  Invoke function remotely
logs                           Output the logs of a deployed function
remove                         Remove Serverless service and all resources

License

Apache 2 Licensed. See LICENSE for full details.

About

Serverless Frameworkのサンプルコード

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published