mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-05-03 07:22:27 +00:00
d956b89dbc
motivation: clearer examples as we prepare to open source changes: * rename debugging example to make the name more accurate * add more information in the local debugging example * add a Shared module to show how to share code between client and server * make example more useful - use JSON for registration like flow * add docker-compose task to test examples Co-authored-by: Yim Lee <yim_lee@apple.com>
17 lines
339 B
XML
17 lines
339 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Workspace
|
|
version = "1.0">
|
|
<FileRef
|
|
location = "group:Shared">
|
|
</FileRef>
|
|
<FileRef
|
|
location = "group:MyLambda">
|
|
</FileRef>
|
|
<FileRef
|
|
location = "group:MyApp/MyApp.xcodeproj">
|
|
</FileRef>
|
|
<FileRef
|
|
location = "group:README.md">
|
|
</FileRef>
|
|
</Workspace>
|