Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cdk.template.json to include *.go files.
The current behavior for `cdk deploy` is to run `go run cdk.go`. This requires all of the code to be in the named file. Switching it to `go run .` will allow additional files to be included. As the cdk stack becomes more complex, breaking out different props into different files makes the code easier to maintain.
- Loading branch information