You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use the openapi-integration-helper with the TypeScript template of server less 3.x. We have spent nearly two days on this and continue to have the same issue:
Error:
CREATE_FAILED: ApiGatewayResourceExt (AWS::ApiGateway::Resource)
Resource handler returned message: "Another resource with the same parent already has this name: ext (Service: ApiGateway, Status Code: 409, Request ID:<snip>)" (RequestToken:<snip>, HandlerErrorCode: AlreadyExists)
There is nothing else using "ext" and it doesn't matter what we change the the URL to, it always says that is AlreadyExists. Even if I were to created a UUID v4.
Hello,
We are trying to use the openapi-integration-helper with the TypeScript template of server less 3.x. We have spent nearly two days on this and continue to have the same issue:
There is nothing else using "ext" and it doesn't matter what we change the the URL to, it always says that is AlreadyExists. Even if I were to created a UUID v4.
The config in our serverless.ts file is:
The text was updated successfully, but these errors were encountered: