5 lines
86 B
Bash
5 lines
86 B
Bash
|
# Build the Storybook.
|
||
|
`cd ../lambda && go run main.go build`
|
||
|
# Deploy it.
|
||
|
cdk deploy
|