File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
bootstrap
3
3
* .resolved
4
4
.swiftpm
5
- .vscode
5
+ .vscode
6
+ * .toml
7
+ bin
Original file line number Diff line number Diff line change
1
+ .build
2
+ .swiftpm
3
+ .vscode
4
+ src
5
+ .gitignore
6
+ Makefile
7
+ *.resolved
8
+ *.swift
9
+ *.md
10
+ *.sh
11
+ *.toml
12
+ *.yaml
Original file line number Diff line number Diff line change 5
5
6
6
build :
7
7
docker run --rm --platform linux/arm64 -v " $( PWD) :/src" -w /src swift:5.9.1-amazonlinux2 /bin/bash \
8
- -c " swift build --product ServerlessSwift -c release --static-swift-stdlib -Xswiftc -static-stdlib; mv .build/release/ServerlessSwift bootstrap"
8
+ -c " swift build --product ServerlessSwift -c release --static-swift-stdlib -Xswiftc -static-stdlib; mkdir -p bin; mv .build/release/ServerlessSwift bin/ bootstrap"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Resources:
13
13
Properties :
14
14
Handler : bootstrap
15
15
Runtime : provided.al2
16
- CodeUri : .
16
+ CodeUri : ./bin/
17
17
MemorySize : 128
18
18
Timeout : 30
19
19
Architectures :
You can’t perform that action at this time.
0 commit comments