Qingchuan Ma
Qingchuan Ma
Hi, @piyushjaware I can confirm that I was able to reproduce this, after deployment the API gateway does show "API Key Required" for the public GET, will investigate on the...
Hey @piyushjaware and @gaurang171 here's what is going on: SAM do support overriding Function specific ApiKeyRequired Auth property over the global API default, but this only happens when you do...
Generally I really like how detailed your changes are, it really respects some of the conventions used in our codebase! Design-wise left some comments above! Excited to help you push...
@hugoprudente Hi there, first of all unfortunately the reason that we said that we're not looking to support it is 1) some components just cannot support x-ray locally, example: https://github.com/aws/aws-lambda-runtime-interface-emulator#level-of-support...
@hugoprudente Hi sorry for the confusion in my expressions, since I am studying on this issue just recently. But as for the first workaround, what I mean is to generate...
@superern Thanks for providing help on this! @IamTinashe are you still having this issue still or did you get it figured out? Looking forward to hearing from you!
@abrooksv Hey can I please get some more context on why you want sam to auto switch mode if the containerized actions fail? How I'm understanding your ask is that...
Thanks for reporting this in! Please allow us some time to investigate the feasibility of the request! Again thanks for the input!
@insane-dreamer Hi there since updates on parameters on stacks will create an empty changeset, and deploy is based on changeset execution logic, I don't think any parameter-only updates are possible....
@insane-dreamer Thanks for the detailed response! I understand that this is frustrating, and I believe that this is a limitation of the CFN changeset itself, a similar issue is described...