From fee9ace502e78f885f5974bf6e2dbe0d2df6ee3f Mon Sep 17 00:00:00 2001 From: uchimanajet7 Date: Thu, 22 Feb 2018 19:28:35 +0900 Subject: [PATCH] add SAM document --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 28def11..77c1354 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ $ go build *For deployment you need to be able to run the AWS CLI and prepare the AWS S3 resources necessary for AWS Lambda's operation in advance.* +- Deploying Lambda-based Applications - AWS Lambda + - https://docs.aws.amazon.com/lambda/latest/dg/deploying-lambda-apps.html + ```sh $ GOARCH=amd64 GOOS=linux go build -v -o build/go-reacjilator $ aws cloudformation package \