Skip to content

decorickey/go-app-old-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-app

main

main.go

WebAPIサーバー用main関数

lambdahandler.go

スクレイピング処理用AWSLambda関数

apihandler.go

APIGW+LambdaのAPI用Lambdaかんすう

AWS Lambda

zipのビルド

GOOS=linux go build lambdahandler.go && zip lambdahandler.zip lambdahandler config.ini
GOOS=linux go build apihandler.go && zip apihandler.zip apihandler config.ini

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published