Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

noid11/cdk-lambda-go

Repository files navigation

CDK Lambda GO

  • CDK App that deploy golang Lambda Function

Useful commands

build

# lambda function build
cd lambda; GOOS=linux go build -o bin/main

# project build
npm run build

Lambda Function Local invoke

cdk synth --no-staging > template.yaml
sam local invoke MyFuncHandlerXXX -e lambda/sample-event.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published