Skip to content

Commit 7f9f2ab

Browse files
committed
Generating SQS controller with V2 works!!
1 parent 2f558d1 commit 7f9f2ab

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

apiv2/converter.go

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
package apiv2
22

3-
/*
4-
* This MF will help me translate a file into another file
5-
6-
SDK V2 file is a bit tricky/fancy
7-
But ig we can get this ish done quilicky lili
8-
*/
93
import (
104
"encoding/json"
115
"errors"

scripts/build-controller.sh

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ROOT_DIR="$SCRIPTS_DIR/.."
99

1010
source "$SCRIPTS_DIR/lib/common.sh"
1111

12+
AWS_SDK_GO_VERSION=v1.32.6
13+
1214
check_is_installed controller-gen "You can install controller-gen with the helper scripts/install-controller-gen.sh"
1315

1416
if ! k8s_controller_gen_version_equals "$CONTROLLER_TOOLS_VERSION"; then

0 commit comments

Comments
 (0)