File tree Expand file tree Collapse file tree 4 files changed +1
-28
lines changed
utils/localstack_extensions Expand file tree Collapse file tree 4 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 3333 docker pull localstack/localstack-pro &
3434 pip install localstack localstack-ext
3535
36- # TODO remove
37- mkdir ~/.localstack; echo '{"token":"test"}' > ~/.localstack/auth.json
38-
3936 branchName=${GITHUB_HEAD_REF##*/}
4037 if [ "$branchName" = "" ]; then branchName=main; fi
4138 echo "Installing from branch name $branchName"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ authors = [
1414keywords = [" LocalStack" , " TypeDB" ]
1515classifiers = []
1616dependencies = [
17- # TODO remove
17+ # TODO remove / replace prior to merge!
1818# "localstack-extensions-utils",
1919 " localstack-extensions-utils @ git+https://github.com/localstack/localstack-extensions.git@extract-utils-package#subdirectory=utils"
2020]
Original file line number Diff line number Diff line change 1- # LocalStack Extensions utilities package
Original file line number Diff line number Diff line change 1- from localstack_extensions .utils .docker import (
2- ProxiedDockerContainerExtension ,
3- ProxyResource ,
4- )
5- from localstack_extensions .utils .h2_proxy import (
6- TcpForwarder ,
7- apply_http2_patches_for_grpc_support ,
8- get_headers_from_data_stream ,
9- get_headers_from_frames ,
10- get_frames_from_http2_stream ,
11- ProxyRequestMatcher ,
12- )
13-
14- __all__ = [
15- "ProxiedDockerContainerExtension" ,
16- "ProxyResource" ,
17- "TcpForwarder" ,
18- "apply_http2_patches_for_grpc_support" ,
19- "get_headers_from_data_stream" ,
20- "get_headers_from_frames" ,
21- "get_frames_from_http2_stream" ,
22- "ProxyRequestMatcher" ,
23- ]
You can’t perform that action at this time.
0 commit comments