maciejtreder / serverless-apigw-binary

Serverless plugin for binary files support in AWS Gateway
MIT License
160 stars 33 forks source link

Fix : custom API name #10

Closed jagdish-176 closed 7 years ago

jagdish-176 commented 7 years ago

If we have custom api name in resources as below, deployment stuck after "Serverless: Removing old service versions..."

serverless.yml

resources:
  Resources:
    ApiGatewayRestApi:
      Type: AWS::ApiGateway::RestApi
      Properties:
        Name: customName