SwiftAWSLogs

1.1.3

Standalone Repository of AWS CloudWatch Client from soto-project/soto
soto-archive/soto-cloudwatch

What's New

2017-12-18T05:21:23Z

logs

An AWS logs 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/logs.git", .upToNextMajor(from: "1.0.0"))
    ]
)

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

Last updated: Sat Jan 13 2024 05:25:59 GMT-1000 (Hawaii-Aleutian Standard Time)