AwsSamGeneratorConfiguration
No description
type AwsSamGeneratorConfiguration {
  envVars: [EnvVar!]
  runCommand: String
  serverlessMemory: Int
  serverlessArch: String
  customDomainHost: String
  customDomainCertificateArn: String
  httpPort: String
  buildImage: String
}