Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ import (
transcribebackend "github.com/blackbirdworks/gopherstack/services/transcribe"
transferbackend "github.com/blackbirdworks/gopherstack/services/transfer"
verifiedpermissionsbackend "github.com/blackbirdworks/gopherstack/services/verifiedpermissions"
vpclatticebackend "github.com/blackbirdworks/gopherstack/services/vpclattice"
wafbackend "github.com/blackbirdworks/gopherstack/services/waf"
wafv2backend "github.com/blackbirdworks/gopherstack/services/wafv2"
workmailbackend "github.com/blackbirdworks/gopherstack/services/workmail"
Expand Down Expand Up @@ -2741,6 +2742,7 @@ func getMostRecentServiceProviders() []service.Provider {
&datasyncbackend.Provider{},
&fsxbackend.Provider{},
&omicsbackend.Provider{},
&vpclatticebackend.Provider{},
}
}

Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,9 @@ require (
require (
github.com/aws/aws-sdk-go v1.55.5
github.com/aws/aws-sdk-go-v2/service/appstream v1.60.3
github.com/aws/aws-sdk-go-v2/service/omics v1.45.0
)

require github.com/aws/aws-sdk-go-v2/service/omics v1.45.0 // indirect

require (
github.com/antlr/antlr4 v0.0.0-20181218183524-be58ebffde8e // indirect
github.com/aws/aws-dax-go v1.2.15
Expand Down
8 changes: 0 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ github.com/aws/aws-dax-go v1.2.15 h1:30rH3+QgjpjemrVg0NGIG5FnB1izJZ7jUZuBb1Fy8ak
github.com/aws/aws-dax-go v1.2.15/go.mod h1:4f/qGLBQlPYd+fmAfG4n4oSvN19JdKNYYmsr90/MPso=
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go-v2 v1.41.11 h1:9PRf7jyTMEUM6fuNRAJa2mO/skJfrF50rENJwf2LXqw=
github.com/aws/aws-sdk-go-v2 v1.41.11/go.mod h1:iiUX27gOXRuYaoeUVXhUpPwjJHzISfPAjjcuhUbLSVs=
github.com/aws/aws-sdk-go-v2 v1.42.0 h1:XvXMJTkFQtpBKIWZnmr9ZEOc2InWM2yldjXEJ/bymhA=
github.com/aws/aws-sdk-go-v2 v1.42.0/go.mod h1:27+ACypSLljLAEKsCYOmrjKh83vuTRkuAe9Uv/3A4bg=
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.10 h1:gx1AwW1Iyk9Z9dD9F4akX5gnN3QZwUB20GGKH/I+Rho=
Expand All @@ -42,12 +40,8 @@ github.com/aws/aws-sdk-go-v2/credentials v1.19.17 h1:gP2nkGsS+KMvF/jfFz2Vv2qiiOq
github.com/aws/aws-sdk-go-v2/credentials v1.19.17/go.mod h1:Bsew3S/moG5iT77giPj1q8wb/s0RE5/QfH+ASjYtuQc=
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.23 h1:UuSfcORqNSz/ey3VPRS8TcVH2Ikf0/sC+Hdj400QI6U=
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.23/go.mod h1:+G/OSGiOFnSOkYloKj/9M35s74LgVAdJBSD5lsFfqKg=
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.27 h1:8sPbKi1/KRHwl5oR3qN9mUXestCeHuaRutxylnr/eVY=
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.27/go.mod h1:QV9IVIopJ1dpQUno0f9VYDUwOEjj8u0iEJ4JiZVre3Y=
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.29 h1:f3vKqSo13fhTYb+JEcXwXefZQE26I1FB5eTSniU67ko=
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.29/go.mod h1:MzoLFUArKGpGD+ukmPiTPG1X5x4o6M2kq4v2dr1FiEc=
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.27 h1:9d8AoASQY9UwrOSmiJ7uSM0MGUPFhnenwSvpaFfat2c=
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.27/go.mod h1:x0rldpsnUQaQIs4Rh+Vwm9Z/0vI6BxadGtsgJfZFb8s=
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29 h1:RdwIf/CuUsvJX3RgJagbOyotl/cxoLY4xviKuE7p2GY=
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29/go.mod h1:71wt8W2EgswdZy9Mf9KNnzxZ3TiZlv4caKghPktDOkA=
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.24 h1:OQqn11BtaYv1WLUowvcA30MpzIu8Ti4pcLPIIyoKZrA=
Expand Down Expand Up @@ -362,8 +356,6 @@ github.com/aws/aws-sdk-go-v2/service/workspaces v1.68.3 h1:VdduyWoOF4l/GUaNfSIFE
github.com/aws/aws-sdk-go-v2/service/workspaces v1.68.3/go.mod h1:CuyzqbKdY8lN//0RPBb7OkQ9YRFYBFpK5SQjlANpWJI=
github.com/aws/aws-sdk-go-v2/service/xray v1.36.20 h1:5V3CHiHP3OHaeB6e1tOC2hw5FrHkxepAho+4MEJG4QM=
github.com/aws/aws-sdk-go-v2/service/xray v1.36.20/go.mod h1:sgjg2v2UIv+sDFiig3tbkJ4sGSQrXQ2f+YgWg8TLOu4=
github.com/aws/smithy-go v1.27.0 h1:ZoFioDKJxkSIW2otF9T0aPtNlUwhdVCcuZh/rzH9Hus=
github.com/aws/smithy-go v1.27.0/go.mod h1:YE2RhdIuDbA5E5bTdciG9KrW3+TiEONeUWCqxX9i1Fc=
github.com/aws/smithy-go v1.27.1 h1:4T340VFndXtADGF52gYa1POyL7s9E4Z1OeZ1hCscIw8=
github.com/aws/smithy-go v1.27.1/go.mod h1:YE2RhdIuDbA5E5bTdciG9KrW3+TiEONeUWCqxX9i1Fc=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down
9 changes: 9 additions & 0 deletions internal/teststack/teststack.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ import (
transcribebackend "github.com/blackbirdworks/gopherstack/services/transcribe"
transferbackend "github.com/blackbirdworks/gopherstack/services/transfer"
verifiedpermissionsbackend "github.com/blackbirdworks/gopherstack/services/verifiedpermissions"
vpclatticebackend "github.com/blackbirdworks/gopherstack/services/vpclattice"
wafv2backend "github.com/blackbirdworks/gopherstack/services/wafv2"
xraybackend "github.com/blackbirdworks/gopherstack/services/xray"
)
Expand Down Expand Up @@ -308,6 +309,8 @@ type Stack struct {
TransferHandler *transferbackend.Handler
// VerifiedPermissionsHandler provides access to the Verified Permissions backend.
VerifiedPermissionsHandler *verifiedpermissionsbackend.Handler
// VpcLatticeHandler provides access to the VPC Lattice backend.
VpcLatticeHandler *vpclatticebackend.Handler
// Wafv2Handler provides access to the WAFv2 backend.
Wafv2Handler *wafv2backend.Handler
// XrayHandler provides access to the X-Ray backend.
Expand Down Expand Up @@ -559,6 +562,7 @@ func registerLatestServices(registry *service.Registry, h handlers) {
_ = registry.Register(h.timestreamquery)
_ = registry.Register(h.transfer)
_ = registry.Register(h.verifiedpermissions)
_ = registry.Register(h.vpclattice)
_ = registry.Register(h.wafv2)
_ = registry.Register(h.xray)
_ = registry.Register(h.s3tables)
Expand Down Expand Up @@ -680,6 +684,7 @@ type handlers struct {
timestreamquery *timestreamquerybackend.Handler
transfer *transferbackend.Handler
verifiedpermissions *verifiedpermissionsbackend.Handler
vpclattice *vpclatticebackend.Handler
wafv2 *wafv2backend.Handler
xray *xraybackend.Handler
s3tables *s3tablesbackend.Handler
Expand Down Expand Up @@ -1035,6 +1040,9 @@ func populateTransferHandlers(h *handlers) {
h.verifiedpermissions = verifiedpermissionsbackend.NewHandler(
verifiedpermissionsbackend.NewInMemoryBackend(config.DefaultAccountID, config.DefaultRegion),
)
h.vpclattice = vpclatticebackend.NewHandler(
vpclatticebackend.NewInMemoryBackend(config.DefaultAccountID, config.DefaultRegion),
)
h.xray = xraybackend.NewHandler(xraybackend.NewInMemoryBackend())
h.s3tables = s3tablesbackend.NewHandler(
s3tablesbackend.NewInMemoryBackend(config.DefaultAccountID, config.DefaultRegion),
Expand Down Expand Up @@ -1319,6 +1327,7 @@ func setNewestStackHandlers(s *Stack, h handlers) {
s.TimestreamQueryHandler = h.timestreamquery
s.TransferHandler = h.transfer
s.VerifiedPermissionsHandler = h.verifiedpermissions
s.VpcLatticeHandler = h.vpclattice
s.Wafv2Handler = h.wafv2
s.XrayHandler = h.xray
s.S3TablesHandler = h.s3tables
Expand Down
Loading
Loading