SwiftAWSDynamodb

0.3.0

A Dynamodb typesafe client for swift (This is part of soto-project/soto)
soto-archive/soto-dynamodb

What's New

2017-07-04T17:29:28Z

dynamodb

An AWS dynamodb 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/dynamodb.git", majorVersion: 0, minor: 3)
    ]
)

Description

  • Swift Tools 3.1.0
View More Packages from this Author

Dependencies

Last updated: Tue Jan 16 2024 09:30:21 GMT-1000 (Hawaii-Aleutian Standard Time)