Skip to content
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

Replaced String(utf8String: value) with String(cString: value) #2

Merged
merged 1 commit into from Mar 5, 2020

Conversation

fabianfett
Copy link
Member

String(utf8String: UnsafePointer) is a Foundation API.
Replaced with Swift STL equivalent.

String(utf8String: UnsafePointer) is a Foundation API.
Replaced with Swift STL equivalent.
@fabianfett fabianfett requested a review from tomerd March 5, 2020 21:42
@tomerd tomerd merged commit dd23ab8 into master Mar 5, 2020
@fabianfett fabianfett deleted the ff-remove-nsstring-api branch March 6, 2020 07:20
tomerd added a commit that referenced this pull request Mar 7, 2020
String(utf8String: UnsafePointer) is a Foundation API.
Replaced with Swift STL equivalent.
tomerd added a commit that referenced this pull request Mar 7, 2020
String(utf8String: UnsafePointer) is a Foundation API.
Replaced with Swift STL equivalent.
tomerd added a commit that referenced this pull request Mar 7, 2020
String(utf8String: UnsafePointer) is a Foundation API.
Replaced with Swift STL equivalent.
tomerd added a commit that referenced this pull request Mar 7, 2020
String(utf8String: UnsafePointer) is a Foundation API.
Replaced with Swift STL equivalent.
tomerd added a commit that referenced this pull request Mar 7, 2020
String(utf8String: UnsafePointer) is a Foundation API.
Replaced with Swift STL equivalent.
tomerd pushed a commit that referenced this pull request May 6, 2020
motivation: demonstrate how to deploy with SAM

changes:
* Add a SAM template for deploying the lambdas to AWS. 
* Updated README with instructions on how to do this.
sebsto added a commit to sebsto/swift-aws-lambda-runtime that referenced this pull request Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants