soto-kinesis

1.1.2

Standalone Repository of AWS Kinesis Client from soto-project/soto
soto-archive/soto-kinesis

What's New

2017-12-02T07:54:16Z

kinesis

An AWS kinesis type safe client for Swift (This is part of aws-sdk-swift)

Documentation

Visit the aws-sdk-swift documentation for instructions and browsing api references.

Installation

Package.swift

import PackageDescription

let package = Package(
    name: "MyAWSApp",
    dependencies: [
        .package(url: "https://github.com/swift-aws/kinesis.git", .upToNextMajor(from: "1.0.0"))
    ]
)

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Fri Jan 12 2024 18:01:47 GMT-1000 (Hawaii-Aleutian Standard Time)