-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Amazon API Gateway integration (#261)
* feat(internal): add `proxygateway` pkg Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(helper): add `awsurl` pkg Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(mubeng): handles AWS URL proxy Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(proxymanager): handles AWS URL proxy Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(server): implements `proxygateway` Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(common): update author info * docs(README): add AWS API Gateway integration Signed-off-by: Dwi Siswanto <git@dw1.io> * ci(gosum): rm workflow Signed-off-by: Dwi Siswanto <git@dw1.io> * ci(*): update `go-version` & bump actions Signed-off-by: Dwi Siswanto <git@dw1.io> * chore(dependabot): grouping updates Signed-off-by: Dwi Siswanto <git@dw1.io> * chore(docker): update base `golang` image version Signed-off-by: Dwi Siswanto <git@dw1.io> * ci(*): update `go-version-file` input Signed-off-by: Dwi Siswanto <git@dw1.io> * chore: add deprecation notes Signed-off-by: Dwi Siswanto <git@dw1.io> * ci(pr): rm `version` input for `golangci/golangci-lint-action` Signed-off-by: Dwi Siswanto <git@dw1.io> * chore(common): author banner Signed-off-by: Dwi Siswanto <git@dw1.io> --------- Signed-off-by: Dwi Siswanto <git@dw1.io>
- Loading branch information
1 parent
a77f2d5
commit 4cde875
Showing
28 changed files
with
994 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.19-alpine AS build | ||
FROM golang:1.21-alpine AS build | ||
|
||
ARG VERSION | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.