Skip to content

AlexsJones/flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDK in Golang

This project shows how you can write your CDK stacks in golang plus lambda.

image

Structure

├── flow.go # <---- CDK stack
├── flow_test.go
├── go.mod
├── go.sum
├── images
│   └── 1.png
└── lambda  # <----- Golang lambda functions
    ├── consumer
    │   └── main.go 
    └── publisher
        └── main.go

Useful commands

  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template
  • go test run unit tests

About

CDK golang stacks w/lambda

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages