AwsCdkOptions

sttp.tapir.serverless.aws.cdk.AwsCdkOptions
See theAwsCdkOptions companion object
case class AwsCdkOptions(codeUri: String, handler: String, apiName: String, lambdaName: String, templateFilePath: String, timeout: FiniteDuration, memorySizeInMB: Int, runtime: Runtime, outputDir: String)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product