aws / aws-sam-cli-app-templates

Apache License 2.0
477 stars 260 forks source link

HttpApi template wanted #144

Open kaihendry opened 3 years ago

kaihendry commented 3 years ago

Hoping to see something like:

Events:
        CatchAll:
          Type: HttpApi
          Properties:
            ApiId: !Ref Gateway
            Path: /{proxy+}
            Method: ANY

(ins)[hendry@t14s aws-sam-cli-app-templates]$ rg HttpApi ./python3.9/cookiecutter-aws-sam-step-functions-etl-python/.gitignore: line 171: error parsing glob '{{cookiecutter.project_name}}/*_output.yaml': nested alternate groups are not allowed

c2tarun commented 2 years ago

Thanks for creating the request. I'll bring this to our PMs attention for further prioritization. We'll update the issue with any progress.