Skip to content

Commit 52107a0

Browse files
authored
Merge pull request #49 from nginx-serverless/ngx-lambda
feat: aws signature lib submodule
2 parents d7621b8 + d2bc0af commit 52107a0

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "common/awssig"]
2+
path = common/awssig
3+
url = [email protected]:nginx-serverless/nginx-aws-signature.git

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
submodule:
2+
git submodule update --init [email protected]:nginx-serverless/nginx-aws-signature.git common/awssig
3+
git submodule absorbgitdirs
4+
git -C common/awssig config core.sparseCheckout true
5+
echo 'core/*' >>.git/modules/common/awssig/info/sparse-checkout
6+
git submodule update --force --checkout common/awssig
7+
18
start:
29
docker-compose up -d
310

common/awssig

Submodule awssig added at f93d594

0 commit comments

Comments
 (0)