Aayush thapa

Results 21 comments of Aayush thapa

Hey @nullpointer800, I deployed your sample template but wasn't able to reproduce the issue. As you can see from the screenshot of the AWS Console, the API Key is required...

Closing this, the fix will be released over the coming weeks

@ljacobsson thank you for providing the template and reproduction steps. I, unfortunately, couldn't reproduce your bug and from what I can tell it should've been fixed with [this PR ](https://github.com/aws/serverless-application-model/pull/1266)...

Closing for now, please re-open if the issue persists

Looks like if the API details are defined in the Serverless API the DefaultAuthorizer won't be able to override. For example this template would override the default auth. ``` MyApiWithAuth:...

Hi @allyelvis, could you fill our the PR description? I see this PR is adding a workflow but not sure what it does and what issue this is solving

Closing this for now, please re-open if needed

Hi @dali546, thanks for making this change! Not sure why it wasn't an enum before. I'll have to double check to see if this is backwards compatible. In the meantime...

Hi @dali546, looking through the build log and I see `API elements with incompatible change`, this basically means that this PR in its current state is backwards incompatible :(. You...