Introduction
Server-side Swift is transforming the landscape of web development by bringing the speed, safety, and modern syntax of Swift to backend programming. The backend of IndiePitcher itself is built with Swift and we provide an official SDK to make it easy to integrate IndiePitcher with your server-side Swift apps.Official Swift SDK
Integrate IndiePitcher with your server-side Swift apps using our official SDK.
Integrations
Vapor
Create a new file, something likeApplication+IndiePitcher.swift and paste in following code
application and request.
Example Repository
Explore the example repository to see how to integrame IndiePitcher with Vapor.
Hummingbird
Example Repository
Explore the example repository to see how to integrame IndiePitcher with Hummingbird.
AWS Lambda
We recommend usingAWSLambdaRuntime package to build your Lambda functions in Swift.
Example Repository
Explore the example repository to see how to set up a Swift AWS Lambda function that sends emails with IndiePitcher.
