AwsSamGeneratorConfigurationInput
No description
input AwsSamGeneratorConfigurationInput {
  envVars: [EnvVarInput]
  runCommand: String
  serverlessMemory: Int
  serverlessArch: String
  customDomainHost: String
  customDomainCertificateArn: String
  httpPort: String
  buildImage: String
}