-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update readme #269
Update readme #269
Conversation
'MyLambda' was identified as an executable target given the presence of a 'main.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
The swift-aws-lambda-events repo has not yet pushed tag 0.1.0 so the build fails, see output from swift build: Computing version for https://github.com/swift-server/swift-aws-lambda-events.git error: Dependencies could not be resolved because no versions of 'swift-aws-lambda-events' match the requirement 0.1.0..<1.0.0 and root depends on 'swift-aws-lambda-events' 0.1.0..<1.0.0. This commit adds the workaround mentioned in the issue for the missing tag swift-server/swift-aws-lambda-events#3
Can one of the admins verify this patch? |
14 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
thanks for this @sja26, the docs have "moved too fast" to reflect the upcoming changes in 1.0 |
@swift-server-bot test this please |
Reduce compiler warnings and errors from sample code.
Motivation:
As a first time visitor, I noticed that the sample code doesn't run without error. I would like to help fix it for future first time visitors so they aren't put off or give up.
Modifications:
Modified sample code in the README, more details can be found in the commit log.
Result:
1 warning and 1 error fixed.