File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Simply call `swift lambda build`.
20
20
A built Swift lambda can then be deployed using ` swift lambda deploy `
21
21
(using either ` aws lambda publish ` or ` sam deploy ` ).
22
22
23
+ Blog article: [ Deploying Swift on AWS Lambda] ( http://www.alwaysrightinstitute.com/macrolambda/ ) .
24
+
23
25
Note: Due to a [ bug] ( https://bugs.swift.org/browse/SR-13312 )
24
26
in Xcode 11's Swift 5.2.4, a Swift 5.3 install (e.g. Xcode beta 12) is
25
27
currently required.
@@ -192,6 +194,7 @@ Options:
192
194
193
195
## Links
194
196
197
+ - [ Deploying Swift on AWS Lambda] ( http://www.alwaysrightinstitute.com/macrolambda/ )
195
198
- [ SPMDestinations] ( https://github.com/SPMDestinations/homebrew-tap )
196
199
- [ MacroLambda] ( https://github.com/Macro-swift/MacroLambda )
197
200
- Amazon:
You can’t perform that action at this time.
0 commit comments