Skip to content

broken createLiveAlias #66

@erik-am

Description

@erik-am

It is not possible to set createLiveAlias: false on a BaseNodeJsFunction.

It will result in an error when creating an OpenApiGateway:

       throw new Error(`props.openapiOperations validation errors: ${errorMessage}`);
              ^

Error: props.openapiOperations validation errors: {
  "0": {
    "_errors": [],
    "lambdaAlias": {
      "_errors": [
        "Required"
      ]
    }
  },
  "_errors": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions