Static Methodswift-cloud 0.31.0CloudCore
awsLambda(targetName:architecture:)
Docker.swift:19static func awsLambda(targetName: String, architecture: Architecture = .current) -> String
static func awsLambda(targetName: String, architecture: Architecture = .current) -> String
s9CloudCore6DockerO10DockerfileO9awsLambda10targetName12architectureS2S_AA12ArchitectureOtFZ
What are these?5CEZJ
import CloudCore
enum Dockerfile
enum Docker
@frozen struct String
A Unicode string value that is a collection of characters.
enum Architecture
static func amazonLinux(targetName: String, architecture: Architecture = .current, port: Int) -> String
static func filePath(_ name: String) -> String
static func ubuntu(targetName: String, architecture: Architecture = .current, port: Int) -> String
static func write(_ contents: String, to path: String) throws